aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-19 19:50:46 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-19 19:57:56 +0200
commita5923e4e8dc121a21edb92d6c02e1f57523517dc (patch)
tree876c0a416446bce3403015a070fbf14026c356f6
parent9826a61c6637c15d3429b2ab63bde614313fdc03 (diff)
downloadgit.replicant.us-master.tar.gz
git.replicant.us-master.tar.bz2
git.replicant.us-master.zip
Update mirrors linksHEADmaster
The AOSP and LineageOS mirrors links work because there are Apache rules for the redirects. The redirects were made because these repositories were used in Replicant. The Freesmartphone.org repositories were added just to prevent some code of historic importance from being completely lost: msmcomd was a free software implementation of the Palm Pre modem protocol and it wasn't uploaded to github when freesmartphone.org migrated to it to reduce the amount of maintenance needed (the project has no more contributions for years). So after asking the all the people I knew who were working on it I finally got a tarball and uploaded it there. Nowadays it should be back on github thanks to that. So because the freesmartphone.org repositories aren't used in the Replicant source code there was no need to create a redirect rule for them. And so without that patch, if we click on the freesmartphone.org link, we had the following error: Not Found The requested URL was not found on this server. So the correct fix is to fix all the links here instead (and also keep the redirect to enable old Replicant releases to still be fetched). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index a44537c..aa80bc7 100644
--- a/index.html
+++ b/index.html
@@ -43,21 +43,21 @@
</div>
<div id="third" class="tile">
- <a href="AOSP-mirror">
+ <a href="mirrors/AOSP">
<h2 class="itemheading">AOSP mirror</h2>
<p class="itemtext">mirrored repos from AOSP</p>
</a>
</div>
<div id="third" class="tile">
- <a href="LineageOS-mirror">
+ <a href="mirrors/LineageOS">
<h2 class="itemheading">LineageOS mirror</h2>
<p class="itemtext">mirrored repos from LineageOS</p>
</a>
</div>
<div id="third" class="tile">
- <a href="freesmartphone.org-mirror">
+ <a href="mirrors/freesmartphone.org">
<h2 class="itemheading">freesmartphone.org mirror</h2>
<p class="itemtext">mirrored repos from freesmartphone</p>
</a>