aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'