diff mbox

[2/2] docs: Update Git URLs to GitHub

Message ID 1445032823-22040-3-git-send-email-stephen.finucane@intel.com
State Accepted
Headers show

Commit Message

Stephen Finucane Oct. 16, 2015, 10 p.m. UTC
Per move to GitHub:

    https://lists.ozlabs.org/pipermail/patchwork/2015-October/001873.html

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
---
 docs/index.md | 2 +-
 mkdocs.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

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'