[PATCH 2/2] docs: Update Git URLs to GitHub
Stephen Finucane
stephen.finucane at intel.com
Sat Oct 17 09:00:23 AEDT 2015
Per move to GitHub:
https://lists.ozlabs.org/pipermail/patchwork/2015-October/001873.html
Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
docs/index.md | 2 +-
mkdocs.yml | 2 +-
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'
--
2.0.0
More information about the Patchwork
mailing list