From 8217c0900f45c4a991945a4a788f7ffd0294735b Mon Sep 17 00:00:00 2001 From: cujohub <87586116+cujohub@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:37:39 -0300 Subject: [PATCH] content: Correct the SourceHut repository URL --- content/en/hosting-and-deployment/hosting-on-sourcehut.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hosting-and-deployment/hosting-on-sourcehut.md b/content/en/hosting-and-deployment/hosting-on-sourcehut.md index 55f21f513..353e2d6ce 100644 --- a/content/en/hosting-and-deployment/hosting-on-sourcehut.md +++ b/content/en/hosting-and-deployment/hosting-on-sourcehut.md @@ -71,7 +71,7 @@ echo "/public" >> .gitignore # commit and push code to main branch git add . git commit -m "Initial commit" -git remote add origin https://git.sr.ht/~/.srht.site.git +git remote add origin https://git.sr.ht/~/.srht.site git push -u origin main ```