[COMMITTED htdocs] Replace gitweb with cgit, change git clone protocol to https, remove ftp

Mark Wielaard mark@klomp.org
Fri Feb 9 15:45:15 GMT 2024


---
 index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index b01e177..ed6cd46 100644
--- a/index.html
+++ b/index.html
@@ -29,16 +29,16 @@
     </CENTER>
 
     <P>
-      The current <A HREF="https://sourceware.org/git/?p=debugedit.git;a=summary">debugedit source code</A> can be checked out with:
+      The current <A HREF="https://sourceware.org/cgit/debugedit">debugedit source code</A> can be checked out with:
     </P>
-    <DIV><TT>git clone git://sourceware.org/git/debugedit.git</TT></DIV>
+    <DIV><TT>git clone https://sourceware.org/git/debugedit.git</TT></DIV>
 
     <P>
       Please reports bugs at <A HREF="https://sourceware.org/bugzilla/">https://sourceware.org/bugzilla/</A>
     </P>
 
     <P>
-      Project discussion on <A HREF="mailto:debugedit@sourceware.org">debugedit@sourceware.org</A> (<A HREF="https://sourceware.org/ml/debugedit/">archives</A>).
+      Project discussion on <A HREF="mailto:debugedit@sourceware.org">debugedit@sourceware.org</A> (<A HREF="https://sourceware.org/ml/debugedit/">archives</A>, <A HREF="https://inbox.sourceware.org/debugedit">public-inbox</A>).
 
     <P>
       To subscribe to the debugedit list send email to
@@ -47,11 +47,11 @@
     </P>
 
     <P>
-      See the <A HREF="https://sourceware.org/git/?p=debugedit.git;a=blob_plain;f=README;hb=HEAD">README</A> file for how to propose patches to the code.
+      See the <A HREF="https://sourceware.org/cgit/debugedit/tree/README">README</A> file for how to propose patches to the code.
     </P>
 
     <P>Releases:
-      <A HREF="ftp://sourceware.org/pub/debugedit/">ftp://sourceware.org/pub/debugedit/</A> or <A HREF="https://sourceware.org/ftp/debugedit/">https://sourceware.org/ftp/debugedit/</A>
+      <A HREF="https://sourceware.org/pub/debugedit/">https://sourceware.org/pub/debugedit/</A>
     </P>
 
     <P>The debugedit code is based on code originally from the
-- 
2.43.0



More information about the Debugedit mailing list