Mercurial > p > roundup > code
diff doc/announcement.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 | b11bc7c77d09 |
| children | b68d3d8531d5 573b688fffeb |
line wrap: on
line diff
--- a/doc/announcement.txt Sat Jun 01 20:50:50 2019 -0400 +++ b/doc/announcement.txt Sat Jun 01 21:39:17 2019 -0400 @@ -305,7 +305,7 @@ added. - Validate Integer and Numeric type filter parameters rather than passing output down to db level. Initial patch at: - http://hg.python.org/tracker/roundup/rev/98508a47c126 by + https://hg.python.org/tracker/roundup/rev/98508a47c126 by Martin.V.Loewis. Numeric test patch applied, Integer code and tests developed by John Rouillard. - issue1926124: fix crash in roundup_admin migrate option. @@ -534,11 +534,11 @@ python demo.py Release info and download page: - http://pypi.org/project/roundup + https://pypi.org/project/roundup Source and documentation is available at the website: http://roundup-tracker.org/ Mailing lists - the place to ask questions: - http://sourceforge.net/mail/?group_id=31577 + https://sourceforge.net/p/roundup/mailman/ About Roundup
