public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH htdocs] current: simplify read-write URI
@ 2023-12-30 17:10 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2023-12-30 17:10 UTC (permalink / raw)
  To: gdb-patches

This page doesnt use YOURACCOUNT when getting a read-write copy of
the main git repo, so don't use it for the htdocs repo either.
---
 current/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/current/index.html b/current/index.html
index a558bd37a6b8..bad292fa284c 100644
--- a/current/index.html
+++ b/current/index.html
@@ -152,7 +152,7 @@ git clone https://sourceware.org/git/gdb-htdocs.git
 <li><b>Read-write git</b> (GDB developers only):<br>
 
 <pre>
-git clone ssh://YOURACCOUNT@sourceware.org/git/gdb-htdocs.git
+git clone ssh://sourceware.org/git/gdb-htdocs.git
 </pre>
 </li>
 
-- 
2.43.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-30 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30 17:10 [PATCH htdocs] current: simplify read-write URI Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).