diff options
author | jake <me@jakechampion.name> | 2020-10-26 22:07:38 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-10-26 23:18:10 +0100 |
commit | 9301603ee00d9664a13c1ff4662a72150229dd0b (patch) | |
tree | a4bb525ef6f511e729555aaca8df4966280eb42c /book/src/template_syntax.md | |
parent | d740f8383b313f4595375468b1ccde72d9d9ac55 (diff) | |
download | askama-9301603ee00d9664a13c1ff4662a72150229dd0b.tar.gz askama-9301603ee00d9664a13c1ff4662a72150229dd0b.tar.bz2 askama-9301603ee00d9664a13c1ff4662a72150229dd0b.zip |
Fix links and actions which were broken since the default branch was renamed from master to main
Diffstat (limited to 'book/src/template_syntax.md')
-rw-r--r-- | book/src/template_syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/template_syntax.md b/book/src/template_syntax.md index 6419140..3f89213 100644 --- a/book/src/template_syntax.md +++ b/book/src/template_syntax.md @@ -321,7 +321,7 @@ assert_eq!(t.render().unwrap(), "Section 1: A=a\nB=b") ``` See the example -[render in place](https://github.com/djc/askama/blob/master/testing/tests/render_in_place.rs) +[render in place](https://github.com/djc/askama/blob/main/testing/tests/render_in_place.rs) using a vector of templates in a for block. ## Comments |