From 5931fc7b40e9452556aa3e956ab1081f2ac9226e Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Fri, 1 May 2015 16:09:06 +0200 Subject: [PATCH] Move from github.com/LUMC to github.com/mutalyzer --- doc/contributing.rst | 2 +- doc/download.rst | 8 ++++---- doc/issues.rst | 2 +- mutalyzer/website/templates/base.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/contributing.rst b/doc/contributing.rst index ab47bb13..d8f28e9a 100644 --- a/doc/contributing.rst +++ b/doc/contributing.rst @@ -10,7 +10,7 @@ reports, bug fixes, unit tests, documentation updates, or anything els you may come up with. Development of Mutalyzer happens on GitHub: -https://github.com/LUMC/mutalyzer +https://github.com/mutalyzer/mutalyzer Coding style diff --git a/doc/download.rst b/doc/download.rst index 7a8f3bd0..2faa15c5 100644 --- a/doc/download.rst +++ b/doc/download.rst @@ -6,10 +6,10 @@ Downloading Mutalyzer ===================== The Mutalyzer source code is `hosted on GitHub -<https://github.com/LUMC/mutalyzer>`_. The recommended way to get the +<https://github.com/mutalyzer/mutalyzer>`_. The recommended way to get the Mutalyzer source code is by cloning the `Git`_ repository:: - git clone https://github.com/LUMC/mutalyzer.git + git clone https://github.com/mutalyzer/mutalyzer.git This will give you the current development version. See below for working with other versions. @@ -34,9 +34,9 @@ Archive downloads If for whatever reason you don't want to use Git, you can download the source code directly as a zip archive or tarball. The current development version can be found from the `project homepage -<https://github.com/LUMC/mutalyzer>`_. Archive downloads for release versions +<https://github.com/mutalyzer/mutalyzer>`_. Archive downloads for release versions can be found on the `releases page -<https://github.com/LUMC/mutalyzer/releases>`_. +<https://github.com/mutalyzer/mutalyzer/releases>`_. .. _Git: http://git-scm.com/ diff --git a/doc/issues.rst b/doc/issues.rst index 18d350ac..f32e621f 100644 --- a/doc/issues.rst +++ b/doc/issues.rst @@ -6,7 +6,7 @@ For historical reasons, we currently have two issue trackers: 1. `Mutalyzer Trac -- Active tickets <https://humgenprojects.lumc.nl/trac/mutalyzer/report/2>`_ 2. `Mutalyzer GitHub -- Issues - <https://github.com/LUMC/mutalyzer/issues>`_ + <https://github.com/mutalyzer/mutalyzer/issues>`_ The first, on the Mutalyzer Trac website, is the advertised location for end users to report issues. This is also where most feature requests are tracked. diff --git a/mutalyzer/website/templates/base.html b/mutalyzer/website/templates/base.html index 7b027284..d2545f3b 100644 --- a/mutalyzer/website/templates/base.html +++ b/mutalyzer/website/templates/base.html @@ -124,7 +124,7 @@ <a href="https://humgenprojects.lumc.nl/trac/mutalyzer/wiki/MutalyzerDocumentation#Mailinglist:mutalyzer-announce" target="new">Mailing list</a> </li> <li> - <a href="https://github.com/LUMC/mutalyzer" target="new">Source code</a> + <a href="https://github.com/mutalyzer/mutalyzer" target="new">Source code</a> </li> </ul> </li> -- GitLab