From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 9EB013858C35 for ; Fri, 9 Feb 2024 15:45:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9EB013858C35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 9EB013858C35 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707493546; cv=none; b=ZKn/nscnKzaR8v+Vhslyl6Pkvt2L3w382ijJTAxIWtJ96OKBaNajYcrRWC7VhyVXSdGgqnl3/ueRRdNxWmRpoEKROHeN7WCgHYKONYfSkU+5H6MzH8F5YbpxYRIwklFROjrUTNmimZRoSzkIc04QP4q/MOE8T3FytBndXxtJaAc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707493546; c=relaxed/simple; bh=MPfdVGqJF4dpPsVvH45KVl9JE7iOkmI38tjdyiys+VY=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=NP5o8KjgvjMaxlICMwwX4IRVniyd4oEOsS+KnXizgkmmX60JtdjioESNYbwDalQsr1odIKFakiBsqw6wYqYGKYoihAlS5yFJiPHad5HeS3683it2z/e74DzfH+hAjvnP38oTQM2gHVRwakZLttj8RQU2fTXS+727+Gxf/a4JzPg= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id C22303000673; Fri, 9 Feb 2024 16:45:40 +0100 (CET) Received: by r6.localdomain (Postfix, from userid 1000) id CA5D73404FF; Fri, 9 Feb 2024 16:45:37 +0100 (CET) From: Mark Wielaard To: debugedit@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED htdocs] Replace gitweb with cgit, change git clone protocol to https, remove ftp Date: Fri, 9 Feb 2024 16:45:15 +0100 Message-ID: <20240209154526.342318-1-mark@klomp.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --- 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 @@

- The current debugedit source code can be checked out with: + The current debugedit source code can be checked out with:

-
git clone git://sourceware.org/git/debugedit.git
+
git clone https://sourceware.org/git/debugedit.git

Please reports bugs at https://sourceware.org/bugzilla/

- Project discussion on debugedit@sourceware.org (archives). + Project discussion on debugedit@sourceware.org (archives, public-inbox).

To subscribe to the debugedit list send email to @@ -47,11 +47,11 @@

- See the README file for how to propose patches to the code. + See the README file for how to propose patches to the code.

Releases: - ftp://sourceware.org/pub/debugedit/ or https://sourceware.org/ftp/debugedit/ + https://sourceware.org/pub/debugedit/

The debugedit code is based on code originally from the -- 2.43.0