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 /README.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 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |