Mercurial > p > roundup > code
diff website/README.txt @ 6269:92cc82788f83
Replace http:....roundup-tracker.org with https.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 09 Sep 2020 21:38:28 -0400 |
| parents | 3a851df879cd |
| children | 53e968351250 |
line wrap: on
line diff
--- a/website/README.txt Wed Sep 09 21:37:16 2020 -0400 +++ b/website/README.txt Wed Sep 09 21:38:28 2020 -0400 @@ -1,6 +1,6 @@ Roundup has three web sites: - * http://www.roundup-tracker.org/ + * https://www.roundup-tracker.org/ * https://wiki.roundup-tracker.org/ * https://issues.roundup-tracker.org/ @@ -121,11 +121,11 @@ ${project_home}/htdocs/dev-docs/ -and the URL will be: http://www.roundup-tracker.org/dev-docs/docs.html +and the URL will be: https://www.roundup-tracker.org/dev-docs/docs.html Note there appears to be a cache somewhere in the path, so you may need to use: - http://www.roundup-tracker.org/dev-docs/docs.html?foo=1 + https://www.roundup-tracker.org/dev-docs/docs.html?foo=1 to cache bust.
