diff Sphinx/source/developers/creating-plugins.rst @ 66:cb712e9d9187

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Nov 2016 09:08:46 +0100
parents fc8af28a8eea
children a3050705d836
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Tue Nov 22 15:22:48 2016 +0100
+++ b/Sphinx/source/developers/creating-plugins.rst	Wed Nov 23 09:08:46 2016 +0100
@@ -11,7 +11,7 @@
 --------
 
 Orthanc plugins must use the `plugin SDK
-<https://orthanc.chu.ulg.ac.be/sdk/index.html>`__ and must be written
+<http://sdk.orthanc-server.com/>`__ and must be written
 in C or C++. They must also fullfil the terms of the `GPLv3 license
 <http://www.gnu.org/licenses/quick-guide-gplv3.en.html>`__ that is
 used by the core of Orthanc. Sample code for plugins can be found `in
@@ -27,8 +27,8 @@
 
 Do not hesitate to `contact us
 <http://www.orthanc-server.com/static.php?page=contact>`__ if you wish
-your plugin to be **indexed** in :ref:`this part of the Orthanc Book
-<plugins-contributed>`!
+your plugin to be **indexed** in :ref:`the dedicated part of the
+Orthanc Book <plugins-contributed>`!
 
 
 Structure of the plugins