diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7951562cb3b317a492365f78ab1dc867e79bec3..e9ff687d005607387fdf7ee952e8f006ab5797d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,7 +67,7 @@ pages: script: - mkdir public/ - mv htmlcov/ public/ - - mv /builds/Monash/bilby/coverage_badge.svg public/ + - mv /builds/lscsoft/bilby/coverage_badge.svg public/ - mv docs/_build/html/* public/ artifacts: paths: diff --git a/README.rst b/README.rst index 37ccec2cb029e4ea696e1b76e45cd1a341d2e78f..34f08878f8fe37053b0274d6860cfd4e1a15333d 100644 --- a/README.rst +++ b/README.rst @@ -6,9 +6,9 @@ Bilby Fulfilling all your Bayesian inference dreams. - `Installation - instructions <https://monash.docs.ligo.org/bilby/installation.html>`__ + instructions <https://lscsoft.docs.ligo.org/bilby/installation.html>`__ - `Contributing <https://git.ligo.org/lscsoft/bilby/blob/master/CONTRIBUTING.md>`__ -- `Documentation <https://monash.docs.ligo.org/bilby/index.html>`__ +- `Documentation <https://lscsoft.docs.ligo.org/bilby/index.html>`__ - `Issue tracker <https://git.ligo.org/lscsoft/bilby/issues>`__ We encourage you to contribute to the development via a merge request. For @@ -18,8 +18,8 @@ us directly. .. |pipeline status| image:: https://git.ligo.org/lscsoft/bilby/badges/master/pipeline.svg :target: https://git.ligo.org/lscsoft/bilby/commits/master -.. |coverage report| image:: https://monash.docs.ligo.org/bilby/coverage_badge.svg - :target: https://monash.docs.ligo.org/bilby/htmlcov/ +.. |coverage report| image:: https://lscsoft.docs.ligo.org/bilby/coverage_badge.svg + :target: https://lscsoft.docs.ligo.org/bilby/htmlcov/ .. |pypi| image:: https://badge.fury.io/py/bilby.svg :target: https://pypi.org/project/bilby/ .. |version| image:: https://img.shields.io/pypi/pyversions/bilby.svg diff --git a/bilby/__init__.py b/bilby/__init__.py index 5796c4e2dbe4dd8725c3806267ec121794ed8d7f..5f5535823b5a63159016d0ebba5374c95643c2e6 100644 --- a/bilby/__init__.py +++ b/bilby/__init__.py @@ -11,7 +11,7 @@ more general problems. The code, and many examples are hosted at https://git.ligo.org/lscsoft/bilby. For installation instructions see -https://monash.docs.ligo.org/bilby/installation.html. +https://lscsoft.docs.ligo.org/bilby/installation.html. """