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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b6d40ca..22613a1 100644 --- a/README.md +++ b/README.md @@ -97,4 +97,4 @@ You should now be able to compile and run this code. Review the [test cases] for more examples. -[test cases]: https://github.com/djc/askama/tree/master/testing +[test cases]: https://github.com/djc/askama/tree/main/testing -- cgit