From da8ab71dacfd41075afcf9483f3ab1922ca3b6fe Mon Sep 17 00:00:00 2001 From: RISCI_ATOM Date: Fri, 9 Mar 2018 14:09:42 -0500 Subject: [PATCH] Change the ref to libreCMC wiki since all docs have been moved to /docs folder. --- docs/How To Submit A Change To This Wiki.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/How To Submit A Change To This Wiki.md b/docs/How To Submit A Change To This Wiki.md index 995f35281d..3ae15ea870 100644 --- a/docs/How To Submit A Change To This Wiki.md +++ b/docs/How To Submit A Change To This Wiki.md @@ -1,10 +1,16 @@ How To Submit A Change To This Wiki =================================== +This wiki is written in Markdown and all wiki documenation is located in /docs. + Clone this repo and: -------------------- - git clone https://gogs.librecmc.org/libreCMC/libreCMC-wiki.git + git clone https://gogs.librecmc.org/libreCMC/libreCMC.git + + +Make desired documenation changes in /docs + then @@ -22,7 +28,7 @@ Clone the upstream repo in Gogs, then clone to your computer: Add upstream repo to be able to rebase to upstream point commit: - git remote add upstream https://gogs.librecmc.org/libreCMC/libreCMC-wiki.git + git remote add upstream https://gogs.librecmc.org/libreCMC/libreCMC.git (git checkout -b optionalBranchName) git push (--all) @@ -43,7 +49,7 @@ Clone the upstream repo to your computer. Example for piping output to haste: - git request-pull -p b3b8926484feb37c33e5150facf315ef12b4612e https://gogs.librecmc.org/jonasbits2/libreCMC-wiki.git master | haste + git request-pull -p b3b8926484feb37c33e5150facf315ef12b4612e https://gogs.librecmc.org/jonasbits2/libreCMC.git master | haste * Send to hastebin.com or any site you like * Paste link in IRC channel -- 2.25.1