Skip to content

Commit fb6589a

Browse files
committed
Update links to tera template engine website
1 parent 57ac78d commit fb6589a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ You can find out more about humans.txt at: https://humanstxt.org/.
6666
## Additional Resources
6767

6868
- [Zola Documentation](https://www.getzola.org/documentation/getting-started/overview/)
69-
- [Tera Documentation](https://tera.netlify.app/docs/)
69+
- [Tera Documentation](https://keats.github.io/tera/)
7070
- [MDN Web Docs](https://developer.mozilla.org)

docs/1-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- The website is a static site and is generated using [Zola](https://www.getzola.org/)
1919
- Extremely fast (written in Rust)
2020
- Is a single binary with no dependencies (Very simple to install)
21-
- Pages templates are powered by the [Tera templating engine](https://tera.netlify.app/)
21+
- Pages templates are powered by the [Tera templating engine](https://keats.github.io/tera/)
2222
- Page content is written using the [CommonMark](https://commonmark.org/) implementation of [markdown](https://daringfireball.net/projects/markdown/)
2323
- Markdown files are human readable
2424
- Simple syntax

0 commit comments

Comments
 (0)