diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-11 19:51:21 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-11 19:51:21 -0500 |
commit | 438574afcd31298e9c78f3a61006e83ad3d56225 (patch) | |
tree | 07a1d784273e5d00e8eb41b44af1fe195e10dd53 /templates/packages/search.html | |
parent | 2b9c2845a9a7c0c6fb83ab6d4722f102f05c4da6 (diff) |
I take it back, using // instead of https:// was a bad idea, it makes links from non-https be bad
Diffstat (limited to 'templates/packages/search.html')
-rw-r--r-- | templates/packages/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index bb5c1c8b..db838ed3 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -165,7 +165,7 @@ <p>You are browsing the Parabola package database. From here you can find detailed information about packages located in the official supported repositories. If you need the sourceball from where a package is built, you can look at our <a - href='//repo.parabolagnulinux.org/sources/packages' + href='https://repo.parabolagnulinux.org/sources/packages' title='Sourceballed packages'>sources repo</a>.</p> </div> <script type="text/javascript" src="/jsi18n/"></script> |