Skip to content

Commit 2e6d996

Browse files
authored
Fix a pair of Tera links (#968)
1 parent 1a3e91f commit 2e6d996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/documentation/content/shortcodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HTML to add some styling for example.
99
To solve this, Zola borrows the concept of [shortcodes](https://codex.wordpress.org/Shortcode_API)
1010
from WordPress.
1111
In our case, a shortcode corresponds to a template defined in the `templates/shortcodes` directory or
12-
a built-in one that can be used in a Markdown file. If you want to use something similar to shortcodes in your templates, try [Tera macros](https://tera.netlify.com/docs/templates/#macros).
12+
a built-in one that can be used in a Markdown file. If you want to use something similar to shortcodes in your templates, try [Tera macros](https://tera.netlify.com/docs#macros).
1313

1414

1515
## Writing a shortcode

docs/content/documentation/templates/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Decode the variable from base64.
8181

8282
## Built-in global functions
8383

84-
Zola adds a few global functions to [those in Tera](https://tera.netlify.com/docs/templates/#built-in-functions)
84+
Zola adds a few global functions to [those in Tera](https://tera.netlify.com/docs#built-in-functions)
8585
to make it easier to develop complex sites.
8686

8787

0 commit comments

Comments
 (0)