From 6a2db80e795dc6ac62c96cdbeb3bfe39d31b0139 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 16 Oct 2015 22:45:38 +0100 Subject: 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 --- 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' -- cgit v1.2.3