diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:32:56 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-15 20:32:56 +0100 |
commit | 07cd92c4a7361c4603fc0fff113dc9ba59dbd034 (patch) | |
tree | b4ee5ccd7badebb6c17974cba713bf2e481722a5 | |
parent | 81bdae39c1d96dddfb3976e63c1ba4f0c564c063 (diff) | |
download | askama-07cd92c4a7361c4603fc0fff113dc9ba59dbd034.tar.gz askama-07cd92c4a7361c4603fc0fff113dc9ba59dbd034.tar.bz2 askama-07cd92c4a7361c4603fc0fff113dc9ba59dbd034.zip |
Fix link to testing crate
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,4 +95,4 @@ In any Rust file inside your crate, add the following: Review the `test cases`_ for more examples. -.. _test cases: https://github.com/djc/askama/tree/master/testing/tests +.. _test cases: https://github.com/djc/askama/tree/master/testing |