diff --git a/README.md b/README.md index 556012e..130d843 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Files you shouldn't have to change: Examples of resulting email templates are linked below: -- [Applications Open](docs/apply-ex.html) -- [Application Approved](docs/accept-ex.html) -- [Application Decline](docs/decline-ex.html) +- [Applications Open](https://unconf-toolbox.github.io/unconf-comm/apply-ex.html) +- [Application Approved](https://unconf-toolbox.github.io/unconf-comm/accept-ex.html) +- [Application Decline](https://unconf-toolbox.github.io/unconf-comm/decline-ex.html) ## Contributing diff --git a/examples/accept-ex.html b/docs/accept-ex.html similarity index 100% rename from examples/accept-ex.html rename to docs/accept-ex.html diff --git a/examples/apply-ex.html b/docs/apply-ex.html similarity index 100% rename from examples/apply-ex.html rename to docs/apply-ex.html diff --git a/examples/decline-ex.html b/docs/decline-ex.html similarity index 100% rename from examples/decline-ex.html rename to docs/decline-ex.html diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..a0879d8 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,5 @@ +# Email Template Examples + +- [Apply](apply-ex.html) +- [Accept](accept-ex.html) +- [Decline](decline-ex.html) \ No newline at end of file