Mercurial > p > roundup > code
diff doc/mysql.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 | 64ceb9c14b28 |
| children |
line wrap: on
line diff
--- a/doc/mysql.txt Sat Jun 01 20:50:50 2019 -0400 +++ b/doc/mysql.txt Sat Jun 01 21:39:17 2019 -0400 @@ -11,7 +11,7 @@ To use MySQL as the backend for storing roundup data, you also need to install: -1. MySQL RDBMS 4.0.18 or higher - http://www.mysql.com. Your MySQL +1. MySQL RDBMS 4.0.18 or higher - https://www.mysql.com/. Your MySQL installation MUST support InnoDB tables (or Berkeley DB (BDB) tables if you have no other choice). If you're running < 4.0.18 (but not <4.0) then you'll need to use BDB to pass all unit tests. Edit the
