Skip to content

Commit 559a1bf

Browse files
committed
docs: replace redirecting url's with target
1 parent 11524fe commit 559a1bf

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/installation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ the test.
23742374
.. _docutils: https://pypi.org/project/docutils/
23752375
.. _flup: https://pypi.org/project/flup/
23762376
.. _gpg: https://www.gnupg.org/software/gpgme/index.html
2377-
.. _jinja2: https://palletsprojects.com/p/jinja/
2377+
.. _jinja2: https://palletsprojects.com/projects/jinja/
23782378
.. _markdown: https://python-markdown.github.io/
23792379
.. _markdown2: https://github.com/trentm/python-markdown2
23802380
.. _mistune: https://pypi.org/project/mistune/

doc/reference.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ to use ``jinja2`` rather than TAL. A number of trackers are running
22992299
using ``jinja2`` templating so it is less experimental than
23002300
Chameleon templating.
23012301

2302-
.. _jinja2: https://palletsprojects.com/p/jinja/
2302+
.. _jinja2: https://palletsprojects.com/projects/jinja/
23032303

23042304

23052305
**NOTE1**: For historical reasons, examples given below assumes path

doc/sc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ they are referenced here. All of these were written by Ka-Ping Yee,
1414
the original architect of Roundup..
1515

1616
A few of the pages have been updated to correct links. However you may
17-
still have to use the `wayback machine <https://wayback.archive.org>`_
17+
still have to use the `wayback machine <https://web.archive.org>`_
1818
to access some of the links on these pages. The papers in
1919
chronological order are:
2020

doc/upgrading.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1863,7 +1863,7 @@ will take longer but may be worth trying if the ``exporttables`` and
18631863

18641864
Another way that should be faster, but is untested is to use mysql
18651865
dump to dump the database.
1866-
https://makandracards.com/makandra/595-dumping-and-importing-from-to-mysql-in-an-utf-8-safe-way
1866+
https://makandracards.com/makandra/595-dumping-importing-mysql-utf-8-safe-way
18671867
recommends:
18681868

18691869
Note that when your MySQL server is not set to UTF-8 you need to do

website/issues/html/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ <h1 id="breadcrumb"><span metal:define-slot="body_title">body title</span></h1>
216216
<p>
217217
Hosted on <a href="https://m.do.co/c/783434964889" title="Hosted on DigitalOcean">DigitalOcean</a>,
218218
<br>
219-
Supported by <a href="https://python.org/psf-landing/" title="The Python Software Foundation">The Python Software Foundation</a>,
219+
Supported by <a href="https://www.python.org/psf-landing/" title="The Python Software Foundation">The Python Software Foundation</a>,
220220
<br>
221-
Powered by <a href="http://roundup.sourceforge.net" title="Powered by the Roundup Issue Tracker">Roundup</a>
221+
Powered by <a href="https://roundup.sourceforge.io" title="Powered by the Roundup Issue Tracker">Roundup</a>
222222
</p>
223223
</div> <!-- credits -->
224224
<!-- Created: Wed Jan 14 11:55:38 EST 2009 -->

0 commit comments

Comments
 (0)