web: update git instructions for new gitea URLs (#75802)

This commit is contained in:
Frédéric Péters 2023-03-25 08:42:08 +01:00
parent 0f656eb233
commit 8195016ae5
2 changed files with 4 additions and 4 deletions

View File

@ -50,8 +50,8 @@
</developer>
<repository>
<GITRepository>
<location rdf:resource="http://git.entrouvert.org/lasso.git/"/>
<browse rdf:resource="http://git.entrouvert.org/lasso.git/"/>
<location rdf:resource="https://git.entrouvert.org/entrouvert/lasso.git"/>
<browse rdf:resource="https://git.entrouvert.org/entrouvert/lasso.git"/>
</GITRepository>
</repository>
<release>

View File

@ -47,9 +47,9 @@
<p>To checkout the repository do&nbsp;:</p>
<pre>git clone https://repos.entrouvert.org/lasso.git</pre>
<pre>git clone https://git.entrouvert.org/entrouvert/lasso.gitt</pre>
<p>You can also <a href="https://repos.entrouvert.org/lasso.git/">browse</a> using CGit.</p>
<p>You can also <a href="https://git.entrouvert.org/entrouvert/lasso.git">browse</a> using CGit.</p>
</body>
</html>