Commit Diff


commit - c35829d8be67cf2b350161b439de6fd9018b8c9c
commit + 3e0516eeeee39653b078a96890a99abe5f0e5952
blob - b956b5e286277794e379ebdfade9ba7635bb538a
blob + e9a81223f79e9b29b2ba7da870213cfe425080dc
--- code.html
+++ code.html
@@ -159,12 +159,23 @@ Web interfaces for browsing are also available:
 >https://git.gameoftrees.org/gitweb</a>
 </ul>
 
+<hr>
+
 <p>
-Read-only clones of the Game of Trees Git repository are available at:
+Clones of the Game of Trees Git repository are also available at:
 <ul>
 <li><a href="https://framagit.org/stsp/got">https://framagit.org/stsp/got</a>
 <li><a href="https://codeberg.org/stsp/got">https://codeberg.org/stsp/got</a>
 <li><a href="https://repo.or.cz/got.git">https://repo.or.cz/got.git</a>
 </ul>
+<p>
+Clones of the -portable Git repository are also available at:
+<ul>
+<li><a href="https://framagit.org/stsp/got-portable">https://framagit.org/stsp/got-portable</a>
+<li><a href="https://codeberg.org/stsp/got-portable">https://codeberg.org/stsp/got-portable</a>
+<li><a href="https://repo.or.cz/got-portable.git">https://repo.or.cz/got-portable.git</a>
+<li><a href="https://github.com/ThomasAdam/got-portable">https://github.com/ThomasAdam/got-portable</a> (used for CI checks)
+</ul>
+</p>
 </body>
 </html>
blob - f5fd9516f8fc346645c1b279dbbc2376654ef65a
blob + 5006d1008b20d4fd1a394590ccc6763970fd7560
--- portable.html
+++ portable.html
@@ -88,15 +88,5 @@ git clone git://git.gameoftrees.org/got-portable.git
 A web interface for browsing the code
 <a href="https://git.gameoftrees.org/gitweb/?p=got-portable.git;a=shortlog;h=refs/heads/linux">is also available.</a>
 </p>
-<hr>
-<p>
-Read-only clones of the got-portable repository are available at:
-<ul>
-<li><a href="https://framagit.org/stsp/got-portable">https://framagit.org/stsp/got-portable</a>
-<li><a href="https://codeberg.org/stsp/got-portable">https://codeberg.org/stsp/got-portable</a>
-<li><a href="https://repo.or.cz/got-portable.git">https://repo.or.cz/got-portable.git</a>
-<li><a href="https://github.com/ThomasAdam/got-portable">https://github.com/ThomasAdam/got-portable</a> (used for CI checks against Linux and FreeBSD)
-</ul>
-</p>
 </body>
 </html>