From 07cd92c4a7361c4603fc0fff113dc9ba59dbd034 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 15 Feb 2017 20:32:56 +0100 Subject: Fix link to testing crate --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6e5d8ca..f1da8ca 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit