diff mbox series

[1/4] README: fix Git repository URL

Message ID 20220801103529.2053164-1-foss+yocto@0leil.net
State New
Headers show
Series [1/4] README: fix Git repository URL | expand

Commit Message

Quentin Schulz Aug. 1, 2022, 10:35 a.m. UTC
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>

https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/ actually
redirects (301) to https://git.yoctoproject.org/yocto-docs/.

Moreover, git cloning the original URL fails with the following error:
fatal: repository 'https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/' not found
while it works with the newer URL, so let's switch to the newer URL.

Cc: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README b/README
index 31119905e..85d8d837b 100644
--- a/README
+++ b/README
@@ -28,5 +28,5 @@  $ git config sendemail.to docs@lists.yoctoproject.org
 
 Now you can just do 'git send-email origin/master..' to send all local patches.
 
-Git repository: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
+Git repository: https://git.yoctoproject.org/yocto-docs
 Mailing list: docs@lists.yoctoproject.org