aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2015-10-16 22:45:38 +0100
committerStephen Finucane <stephen.finucane@intel.com>2015-10-26 20:24:31 +0000
commit6a2db80e795dc6ac62c96cdbeb3bfe39d31b0139 (patch)
tree4aaac959ac40827847884e0d9210022cff35634e
parent9576870b4b764bae0b654b8bd2d1c78b2a8df932 (diff)
downloadpatchwork-6a2db80e795dc6ac62c96cdbeb3bfe39d31b0139.tar
patchwork-6a2db80e795dc6ac62c96cdbeb3bfe39d31b0139.tar.gz
docs: Update Git URLs to GitHub
Per move to GitHub: https://lists.ozlabs.org/pipermail/patchwork/2015-October/001873.html Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
-rw-r--r--docs/index.md2
-rw-r--r--mkdocs.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index f79f84b..ca4073f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -20,7 +20,7 @@ of community projects.
The latest version of Patchwork is available with git. To download:
- $ git clone git://ozlabs.org/home/jk/git/patchwork
+ $ git clone git://github.com/getpatchwork/patchwork
Patchwork is distributed under the [GNU General Public License].
diff --git a/mkdocs.yml b/mkdocs.yml
index ce60307..876ebf7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,7 +2,7 @@ site_name: patchwork
site_url: http://jk.ozlabs.org/projects/patchwork/
site_description: patchwork - the web-based patch tracking system
-repo_url: git://ozlabs.org/home/jk/git/patchwork
+repo_url: git://github.com/getpatchwork/patchwork
pages:
- Home: 'index.md'