aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-08 00:56:59 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-06-08 00:57:05 +0200
commite36cd6e954c933e161314d9d2d87d5614f3e00cd (patch)
tree448172120f1cda7ca2169352da89d14e394aa6c0
parenta0c15c3331d3ed5245560dae817050b9b1bfa2eb (diff)
downloadgit.replicant.us-e36cd6e954c933e161314d9d2d87d5614f3e00cd.tar.gz
git.replicant.us-e36cd6e954c933e161314d9d2d87d5614f3e00cd.tar.bz2
git.replicant.us-e36cd6e954c933e161314d9d2d87d5614f3e00cd.zip
Index.html: don't break the links when deployed locally
When testing the website locally, like on our development laptops, we might also want to have links that point to the local files instead of the ones on replicant.us. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--index.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/index.html b/index.html
index 20b424b..be59187 100644
--- a/index.html
+++ b/index.html
@@ -15,54 +15,53 @@
<div class="container">
<div id="first" class="tile">
- <a href="https://git.replicant.us/replicant">
+ <a href="replicant">
<h2 class="itemheading">Replicant</h2>
<p class="itemtext">Replicant's source code</p>
</a>
</div>
<div id="first" class="tile">
- <a href="https://git.replicant.us/replicant-next">
+ <a href="replicant-next">
<h2 class="itemheading">Replicant Next</h2>
<p class="itemtext">Work in progress for the next major version of Replicant</p>
</a>
</div>
<div id="first" class="tile">
- <a href="https://git.replicant.us/infrastructure">
+ <a href="infrastructure">
<h2 class="itemheading">Replicant's infrastructure</h2>
<p class="itemtext">Repositories for the Replicant infrastructure</p>
</a>
</div>
<div id="second" class="tile">
- <a href="https://git.replicant.us/contrib">
+ <a href="contrib">
<h2 class="itemheading">Contrib</h2>
<p class="itemtext">personal repos of contributors</p>
</a>
</div>
<div id="third" class="tile">
- <a href="https://git.replicant.us/AOSP-mirror">
+ <a href="AOSP-mirror">
<h2 class="itemheading">AOSP mirror</h2>
<p class="itemtext">mirrored repos from AOSP</p>
</a>
</div>
<div id="third" class="tile">
- <a href="https://git.replicant.us/LineageOS-mirror">
+ <a href="LineageOS-mirror">
<h2 class="itemheading">LineageOS mirror</h2>
<p class="itemtext">mirrored repos from LineageOS</p>
</a>
</div>
<div id="third" class="tile">
- <a href="https://git.replicant.us/freesmartphone.org-mirror">
+ <a href="freesmartphone.org-mirror">
<h2 class="itemheading">freesmartphone.org mirror</h2>
<p class="itemtext">mirrored repos from freesmartphone</p>
</a>
</div>
-
</div>
</body></html>