diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-01 23:55:27 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-01 23:55:27 -0500 |
commit | a10b6d884f4f102f5216f4b341f35bb341cee176 (patch) | |
tree | ffccc25f11663b33dd53dc936322d91bc5cb85b1 /templates/public/about.html | |
parent | 623e0453cee5e3f663a0b18d68db0396cc812983 (diff) |
Normalize the URI scheme used for inbound links. Don't use one when possible, else use https
Diffstat (limited to 'templates/public/about.html')
-rw-r--r-- | templates/public/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/about.html b/templates/public/about.html index a01a33fe..099d5513 100644 --- a/templates/public/about.html +++ b/templates/public/about.html @@ -53,7 +53,7 @@ <li>Host repositories. Mirrors are not abundant.</li> - <li>Take a look at our <a href="http://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li> + <li>Take a look at our <a href="//wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li> </ul> </div> |