diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2ddae3d6..4a1594f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,9 +19,9 @@ Development * Fix a bug in pytest where we used `scope` as a positional argument * Update the SubFactoryList to a new version that works with newer FactoryBoy versions -.. _[#430]: https://github.com/ewels/MegaQC/issues/430 -.. _[#440]: https://github.com/ewels/MegaQC/pull/440 -.. _[#433]: https://github.com/ewels/MegaQC/pull/433 +.. _[#430]: https://github.com/MultiQC/MegaQC/issues/430 +.. _[#440]: https://github.com/MultiQC/MegaQC/pull/440 +.. _[#433]: https://github.com/MultiQC/MegaQC/pull/433 ======= @@ -87,12 +87,12 @@ Internal Changes - Many and more dependency updates -.. _[#69]: https://github.com/ewels/MegaQC/issues/69 -.. _[#138]: https://github.com/ewels/MegaQC/issues/138 -.. _[#139]: https://github.com/ewels/MegaQC/issues/139 -.. _[#140]: https://github.com/ewels/MegaQC/issues/140 -.. _[#148]: https://github.com/ewels/MegaQC/issues/148 -.. _[#156]: https://github.com/ewels/MegaQC/issues/156 -.. _[#170]: https://github.com/ewels/MegaQC/issues/170 -.. _[#194]: https://github.com/ewels/MegaQC/issues/194 -.. _[#443]: https://github.com/ewels/MegaQC/pull/443 +.. _[#69]: https://github.com/MultiQC/MegaQC/issues/69 +.. _[#138]: https://github.com/MultiQC/MegaQC/issues/138 +.. _[#139]: https://github.com/MultiQC/MegaQC/issues/139 +.. _[#140]: https://github.com/MultiQC/MegaQC/issues/140 +.. _[#148]: https://github.com/MultiQC/MegaQC/issues/148 +.. _[#156]: https://github.com/MultiQC/MegaQC/issues/156 +.. _[#170]: https://github.com/MultiQC/MegaQC/issues/170 +.. _[#194]: https://github.com/MultiQC/MegaQC/issues/194 +.. _[#443]: https://github.com/MultiQC/MegaQC/pull/443 diff --git a/README.rst b/README.rst index 1d430cb1..e57d1593 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ MegaQC is a web application that you can install and run on your own network. It collects and visualises data parsed by MultiQC across multiple runs. The MegaQC home page looks something like this: -.. figure:: https://raw.githubusercontent.com/ewels/MegaQC/master/docs/source/images/megaqc_homepage.png +.. figure:: https://raw.githubusercontent.com/MultiQC/MegaQC/master/docs/source/images/megaqc_homepage.png :alt: MegaQC homepage Screenshot of the MegaQC home page. @@ -37,7 +37,7 @@ to learn how to install, deploy and use MegaQC. .. _MultiQC website: http://multiqc.info .. _GitHub repository: https://github.com/ewels/MultiQC -.. |MegaQC| image:: https://raw.githubusercontent.com/ewels/MegaQC/master/megaqc/static/img/MegaQC_logo.png +.. |MegaQC| image:: https://raw.githubusercontent.com/MultiQC/MegaQC/master/megaqc/static/img/MegaQC_logo.png .. |Docker| image:: https://img.shields.io/docker/automated/ewels/megaqc.svg?style=flat-square :target: https://hub.docker.com/r/ewels/megaqc/ .. |Build Status| image:: https://travis-ci.org/ewels/MegaQC.svg?branch=master diff --git a/docs/source/_templates/index.html b/docs/source/_templates/index.html index 63521763..1e8dd75f 100644 --- a/docs/source/_templates/index.html +++ b/docs/source/_templates/index.html @@ -27,7 +27,7 @@
MegaQC v{{ version }} - Written by Phil Ewels, Denis Moreno, Michael Milton, Tor Solli-Nowlan and Lukas Heumos, - available on GitHub. + available on GitHub.
MegaQC uses diff --git a/megaqc/templates/public/home.html b/megaqc/templates/public/home.html index 68c7ae4c..e632f6d2 100644 --- a/megaqc/templates/public/home.html +++ b/megaqc/templates/public/home.html @@ -24,7 +24,7 @@
MegaQC is a web application that collects results from multiple runs of MultiQC and allows bulk visualisation.
-See the MegaQC GitHub repository for installation instructions and documentation: https://github.com/ewels/MegaQC
+See the MegaQC GitHub repository for installation instructions and documentation: https://github.com/MultiQC/MegaQC/
diff --git a/pyproject.toml b/pyproject.toml index 111a008c..4d0a2cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = [ "quality control", ] homepage = "https://megaqc.info/" -repository = "https://github.com/ewels/MegaQC/" +repository = "https://github.com/MultiQC/MegaQC" documentation = "https://megaqc.info/docs/index.html" classifiers = [ "Development Status :: 4 - Beta", diff --git a/setup.py b/setup.py index 903eab11..cfc93c21 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ "quality control", ], url="https://megaqc.info/", - download_url="https://github.com/ewels/MegaQC/releases", + download_url="https://github.com/MultiQC/MegaQC/releases", license="GPLv3", packages=["megaqc"], include_package_data=True,