From 9f02952a216fb48d4121ab055081e3fd18d9466e Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Tue, 18 Feb 2020 12:51:34 -0500 Subject: [PATCH] Fix broken README link PR 25 made some edits to the README, and added a link in Markdown format, where it should have instead been in RST format. This commit fixes that link. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4124bbd..aedca41 100644 --- a/README.rst +++ b/README.rst @@ -52,8 +52,8 @@ This code has been tested for compatibility with: * Django 1.11, 2.0, 2.2 * Wagtail 1.13, 2.3, 2.8 -It should be compatible at all intermediate versions, as well. -If you find that it is not, please [file an issue](issues/new). +It should be compatible with all intermediate versions, as well. +If you find that it is not, please `file an issue `_. Testing -------