# HG changeset patch # User Sebastien Jodogne # Date 1585591431 -7200 # Node ID 9acb9354da1aa9179df266c72f267a7997356681 # Parent 011b01ccf52ddd37775f445cda6876e7b209f4e2 links to hg diff -r 011b01ccf52d -r 9acb9354da1a Sphinx/source/faq/features.rst --- a/Sphinx/source/faq/features.rst Mon Mar 30 18:47:35 2020 +0200 +++ b/Sphinx/source/faq/features.rst Mon Mar 30 20:03:51 2020 +0200 @@ -234,10 +234,10 @@ registry** below: * ``Metadata 4200`` is used by the plugin for :ref:`whole-slide imaging `. -* ``Attachment 9997`` is used by the `Osimis WebViewer plugin `__ to store series information. -* ``Attachment 9998`` is used by the `Osimis WebViewer plugin `__ to store instance information. -* ``Attachment 9999`` is used by the `Osimis WebViewer plugin `__ to store annotations. -* ``Attachments 10000-13999`` are used by the `Osimis WebViewer plugin `__ to store reduced quality images. +* ``Attachment 9997`` is used by the :ref:`Osimis WebViewer plugin ` to store series information. +* ``Attachment 9998`` is used by the :ref:`Osimis WebViewer plugin ` to store instance information. +* ``Attachment 9999`` is used by the :ref:`Osimis WebViewer plugin ` to store annotations. +* ``Attachments 10000-13999`` are used by the :ref:`Osimis WebViewer plugin ` to store reduced quality images. Jobs diff -r 011b01ccf52d -r 9acb9354da1a Sphinx/source/users/advanced-rest.rst --- a/Sphinx/source/users/advanced-rest.rst Mon Mar 30 18:47:35 2020 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Mon Mar 30 20:03:51 2020 +0200 @@ -150,7 +150,7 @@ * Retry a job in ``Failed`` state by POST-ing to ``/jobs/.../resubmit``. The related state machine is depicted in the `implementation notes -`__. +`__. diff -r 011b01ccf52d -r 9acb9354da1a Sphinx/source/users/storage-commitment.rst --- a/Sphinx/source/users/storage-commitment.rst Mon Mar 30 18:47:35 2020 +0200 +++ b/Sphinx/source/users/storage-commitment.rst Mon Mar 30 20:03:51 2020 +0200 @@ -192,7 +192,7 @@ instances. Note that a `sample plugin -`__ +`__ is also available in the source distribution of Orthanc.