From 1f7c6c011a54583237c9f7d9bfcee77faec73e1f Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Fri, 9 Sep 2011 21:43:11 +0000 Subject: [PATCH] [1.3.X] Fixed #16791 -- Updated a broken URL in the README file. Thanks to paulcwatts for the report and patch. Backport of r16743 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16744 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a0ad13fe8b..c7d225c1e2 100644 --- a/README +++ b/README @@ -42,5 +42,5 @@ To run Django's test suite: * Follow the instructions in the "Unit tests" section of docs/internals/contributing.txt, published online at - http://docs.djangoproject.com/en/dev/internals/contributing/#running-the-unit-tests + https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests