commit | 9ce07f64773ca8c6a157789a6e3350cf1ff4221a | [log] [tgz] |
---|---|---|
author | Dawid Pakuła <zulus@w3des.net> | Tue Oct 08 22:07:16 2019 +0200 |
committer | Dawid Pakuła <zulus@w3des.net> | Tue Oct 08 22:07:49 2019 +0200 |
tree | 775abd986b3c635d4015a2ad42e26c0ac78b5e50 | |
parent | 6a202bdba820c27656acde656d341fcc10421cf4 [diff] |
Correct downloads redirect
diff --git a/downloads/index.php b/downloads/index.php index 3336ca4..19cd561 100644 --- a/downloads/index.php +++ b/downloads/index.php
@@ -1,4 +1,4 @@ <?php -header('location: http://www.eclipse.org/pdt/index.html#download'); +header('location: https://www.eclipse.org/pdt/#download'); ?>