From 9301603ee00d9664a13c1ff4662a72150229dd0b Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 26 Oct 2020 22:07:38 +0000 Subject: Fix links and actions which were broken since the default branch was renamed from master to main --- book/src/template_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/src/template_syntax.md') 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 -- cgit