diff Sphinx/source/developers/creating-plugins.rst @ 993:05b106383b2a

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:39:40 +0100
parents 1316bc62b5d5
children 3b62529bfe91 2e103fb1fa11
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Tue Nov 21 21:10:14 2023 +0100
+++ b/Sphinx/source/developers/creating-plugins.rst	Tue Nov 21 21:39:40 2023 +0100
@@ -13,7 +13,7 @@
 <plugins>`.
 
 Native Orthanc plugins must use the `plugin SDK
-<https://sdk.orthanc-server.com/>`__ whose interface is available as a
+<https://orthanc.uclouvain.be/sdk/>`__ whose interface is available as a
 `C header
 <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__.
 As a consequence, an Orthanc plugin will typically be written using C
@@ -98,7 +98,7 @@
 * `Plugins/Include/orthanc/OrthancCPlugin.h
   <https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.1/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 
-`Online documentation <https://sdk.orthanc-server.com/>`__ for this C
+`Online documentation <https://orthanc.uclouvain.be/sdk/>`__ for this C
 header is available, as generated by `Doxygen
 <https://en.wikipedia.org/wiki/Doxygen>`__.