Mercurial > p > roundup > code
diff website/issues/html/page.html @ 6116:11e1dd818a8f
Make link to wiki use https.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 29 Feb 2020 12:28:58 -0500 |
| parents | 240d78d23f92 |
| children | 7146b68ac263 |
line wrap: on
line diff
--- a/website/issues/html/page.html Fri Feb 28 23:27:59 2020 -0500 +++ b/website/issues/html/page.html Sat Feb 29 12:28:58 2020 -0500 @@ -184,7 +184,7 @@ </li> <li><a href="http://www.roundup-tracker.org/contact.html" title="Get in touch.">Contact</a></li> - <li><a href="http://wiki.roundup-tracker.org" title="Share your ideas...">Wiki</a></li> + <li><a href="https://wiki.roundup-tracker.org" title="Share your ideas...">Wiki</a></li> <li><a href="http://www.roundup-tracker.org/code.html" title="Be the sources with you.">Code</a></li> </ul> </div> <!-- menu -->
