[htdocs] current: simplify read-write URI

Message ID 20231230171013.28623-1-vapier@gentoo.org
State New
Headers
Series [htdocs] current: simplify read-write URI |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply

Commit Message

Mike Frysinger Dec. 30, 2023, 5:10 p.m. UTC
  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(-)
  

Patch

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>