diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-05-15 17:00:27 -0700 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2020-05-18 08:46:51 +0200 |
| commit | 3f977c58378437635a37a96403530ba5fba7ea47 (patch) | |
| tree | 5c5bfb7ab548b6b189688c9b6b5f80d118898f22 /tests | |
| parent | 5480fab290655682db7fc12c087675df43115a01 (diff) | |
[3.1.x] Updated docutils link to HTTPS and new location.
Backport of 7070d4611471db701ed0d51d23e72d5f5c647085 from master
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/admin_docs/test_views.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/admin_docs/test_views.py b/tests/admin_docs/test_views.py index fb021f3dd2..f06afd336a 100644 --- a/tests/admin_docs/test_views.py +++ b/tests/admin_docs/test_views.py @@ -114,7 +114,10 @@ class AdminDocViewTests(TestDataMixin, AdminDocsTestCase): self.assertContains( response, '<h3>The admin documentation system requires Python\'s ' - '<a href="http://docutils.sf.net/">docutils</a> library.</h3>', + '<a href="https://docutils.sourceforge.io/">docutils</a> ' + 'library.</h3>' + '<p>Please ask your administrators to install ' + '<a href="https://docutils.sourceforge.io/">docutils</a>.</p>', html=True ) self.assertContains(response, '<h1 id="site-name"><a href="/admin/">Django administration</a></h1>') |
