diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-07-30 16:03:16 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-07-30 16:03:16 +0200 |
commit | 6cbe2522ad85f51a8c2dbbdde0c8779ecb14ea45 (patch) | |
tree | 7e6ccd4a3e04aa77b28005bce70ea8da8c77d3ab | |
parent | 5f8c7c8bd0b7c9f9e2c70adf966369910733ba2e (diff) | |
download | debian-dedup-6cbe2522ad85f51a8c2dbbdde0c8779ecb14ea45.tar.gz |
templates: wiki.d.o redirects to https now
-rw-r--r-- | dedup/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dedup/templates/base.html b/dedup/templates/base.html index 4e49d47..62f4087 100644 --- a/dedup/templates/base.html +++ b/dedup/templates/base.html @@ -13,7 +13,7 @@ <hr> <h4>Details about this service</h4> <ul> - <li>More information: <a href="http://wiki.debian.org/dedup.debian.net">see wiki</a></li> + <li>More information: <a href="https://wiki.debian.org/dedup.debian.net">see wiki</a></li> <li>Maintainer: Helmut Grohne <helmut@subdivi.de></li> <li>Source: git://murkel.subdivi.de/~helmut/debian-dedup.git</li> <li>Bugs reports / Feedback / Patches: to the maintainer</li> |