Mercurial > p > roundup > code
diff doc/installation.txt @ 5756:e48b039b0ec0
issue2550966: fix suboptimal links in docs.
I think I got the majority of them. Some links still don't resolve
because they are gone and there is no replacement afaict.
Also the check is picking up example links like: https://.../rest and
http://localhost:8017/... which should not be checked but are.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 01 Jun 2019 21:39:17 -0400 |
| parents | 0df5f9eeefd4 |
| children | 1b57d8f3eb97 |
line wrap: on
line diff
--- a/doc/installation.txt Sat Jun 01 20:50:50 2019 -0400 +++ b/doc/installation.txt Sat Jun 01 21:39:17 2019 -0400 @@ -32,7 +32,7 @@ ============= Roundup requires Python 2.7 or 3.4 or newer with a functioning -anydbm module. Download the latest version from http://www.python.org/. +anydbm module. Download the latest version from https://www.python.org/. It is highly recommended that users install the latest patch version of python as these contain many fixes to serious bugs. @@ -116,7 +116,7 @@ You can run Roundup as a Windows service if pywin32_ is installed. Otherwise it must be started manually. -.. _Xapian: http://xapian.org/ +.. _Xapian: https://xapian.org/ .. _Whoosh: https://bitbucket.org/mchaput/whoosh/wiki/Home .. _pytz: https://pypi.org/project/pytz/ .. _Olson tz database: https://www.iana.org/time-zones @@ -728,7 +728,7 @@ For more Debian-specific information, see suggested addition to README.Debian in - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343283, which will + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343283, which will hopefully be merged into the Debian package eventually. This config makes a few assumptions: @@ -1114,9 +1114,9 @@ .. _apache: http://httpd.apache.org/ .. _flup: https://pypi.org/project/flup/ -.. _mod_python: http://www.modpython.org/ +.. _mod_python: http://modpython.org/ .. _MySQLdb: https://pypi.org/project/mysqlclient/ -.. _Psycopg: http://initd.org/software/initd/psycopg -.. _pysqlite: http://pysqlite.org/ +.. _Psycopg: http://initd.org/psycopg/ +.. _pysqlite: https://pysqlite.org/ .. _`adding MySQL users`: - http://dev.mysql.com/doc/refman/5.1/en/adding-users.html + https://dev.mysql.com/doc/refman/8.0/en/adding-users.html
