changeset 359:9acb9354da1a

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:03:51 +0200
parents 011b01ccf52d
children d217af5e6cb3
files Sphinx/source/faq/features.rst Sphinx/source/users/advanced-rest.rst Sphinx/source/users/storage-commitment.rst
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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 <wsi>`.
-* ``Attachment 9997`` is used by the `Osimis WebViewer plugin <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__ to store series information.
-* ``Attachment 9998`` is used by the `Osimis WebViewer plugin <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__ to store instance information.
-* ``Attachment 9999`` is used by the `Osimis WebViewer plugin <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__ to store annotations.
-* ``Attachments 10000-13999`` are used by the `Osimis WebViewer plugin <https://bitbucket.org/osimis/osimis-webviewer-plugin>`__ to store reduced quality images.
+* ``Attachment 9997`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store series information.
+* ``Attachment 9998`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store instance information.
+* ``Attachment 9999`` is used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store annotations.
+* ``Attachments 10000-13999`` are used by the :ref:`Osimis WebViewer plugin <osimis_webviewer>` to store reduced quality images.
 
 
 Jobs
--- 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
-<https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.6.0/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.
+<https://hg.orthanc-server.com/orthanc/raw-file/tip/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.
   
 
 
--- 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
-<https://bitbucket.org/sjodogne/orthanc/src/storage-commitment/Plugins/Samples/StorageCommitmentScp/>`__
+<https://hg.orthanc-server.com/orthanc/file/tip/Plugins/Samples/StorageCommitmentScp>`__
 is also available in the source distribution of Orthanc.