Mercurial > p > roundup > code
diff doc/features.txt @ 5758:392f887652f0 maint-1.6
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 | e74c3611b138 |
| children |
line wrap: on
line diff
--- a/doc/features.txt Sat Jun 01 20:50:50 2019 -0400 +++ b/doc/features.txt Sat Jun 01 21:39:17 2019 -0400 @@ -108,6 +108,5 @@ XMLRPC calls .. _sqlite: http://www.hwaci.com/sw/sqlite/ -.. _mysql: http://sourceforge.net/projects/mysql-python -.. _postgresql: http://initd.org/software/initd/psycopg - +.. _mysql: https://pypi.org/project/MySQL-python/ +.. _postgresql: http://initd.org/psycopg/
