From 144c3a55118ccda3b0bf9f4c6a47622f4893087e Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Thu, 4 Oct 2018 10:31:36 -0500 Subject: [PATCH] Updating links to DASWG wiki --- docs/user_docs/source/lvalert.rst | 6 +++--- docs/user_docs/source/rest.rst | 2 +- gracedb/templates/gracedb/index.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/user_docs/source/lvalert.rst b/docs/user_docs/source/lvalert.rst index 512197ba5..46c1cd758 100644 --- a/docs/user_docs/source/lvalert.rst +++ b/docs/user_docs/source/lvalert.rst @@ -5,7 +5,7 @@ Integration with LVAlert Introduction =============================================== -GraceDB uses `LVAlert <https://wiki.ligo.org/DASWG/LVAlert>`__ to send alerts to listeners within the LVC. +GraceDB uses `LVAlert <https://wiki.ligo.org/Computing/DASWG/LVAlert>`__ to send alerts to listeners within the LVC. The content of the LVAlert message is designed to convey actionable information about a state change in GraceDB, whether it involves the creation of a new event, or the updating or labeling of an existing one. .. NOTE:: @@ -171,5 +171,5 @@ Further reading on LVAlert ===================================================== Further information on using LVAlert can be found on the -`LVAlert Project Page <https://wiki.ligo.org/DASWG/LVAlert>`__ -and the `LVAlert Howto <https://wiki.ligo.org/DASWG/LVAlertHowto>`__. +`LVAlert Project Page <https://wiki.ligo.org/Computing/DASWG/LVAlert>`__ +and the `LVAlert Howto <https://wiki.ligo.org/Computing/DASWG/LVAlertHowto>`__. diff --git a/docs/user_docs/source/rest.rst b/docs/user_docs/source/rest.rst index 4bde1656b..6b2c36fa6 100644 --- a/docs/user_docs/source/rest.rst +++ b/docs/user_docs/source/rest.rst @@ -20,7 +20,7 @@ it from the `Python Package Index <https://pypi.python.org/pypi>`__:: installing ``pip`` if it is not already available on your machine.) Additionally, packages for Debian (``.deb``) and Scientific Linux (``.rpm``) are available by pointing your system to the appropriate repositories as described -`here <https://wiki.ligo.org/DASWG/SoftwareDownloads>`__. +`here <https://wiki.ligo.org/Computing/DASWG/SoftwareDownloads>`__. Then the client tools can be installed via:: apt-get install python-ligo-gracedb diff --git a/gracedb/templates/gracedb/index.html b/gracedb/templates/gracedb/index.html index f6f2cfd18..52b8380a1 100644 --- a/gracedb/templates/gracedb/index.html +++ b/gracedb/templates/gracedb/index.html @@ -80,7 +80,7 @@ follow-ups. </p> <!-- <li><a href="https://www.lsc-group.phys.uwm.edu/daswg/wiki/GraceDBER6">Recent changes</a> <font color="red">(IMPORTANT!) </font></li> --> <!-- <li><a href="https://gw-astronomy.org/wiki/LV_EM/ElectroMagneticBulletinBoard">Prototype EMBB description</a></li> --> -<li><a href="https://wiki.ligo.org/DASWG/GraceDB">Project page on wiki.ligo.org</a></li> +<li><a href="https://wiki.ligo.org/Computing/DASWG/GraceDB">Project page on wiki.ligo.org</a></li> <li><a href="{% url "shib:default:root" %}">Browseable REST API</a> <li><a href="https://gw-astronomy.org/wiki/LV_EM/TechInfo">LV-EM Technical Info</a></li> <li><a href="https://dcc.ligo.org/G1501296">Tutorial for operators and detector engineers</a></li> -- GitLab