diff Sphinx/source/developers/creating-plugins.rst @ 290:6cbcdb965ad3

Orthanc 1.5.8
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Oct 2019 15:13:27 +0200
parents a64197133114
children 22d567933381
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Mon Sep 30 21:31:08 2019 +0200
+++ b/Sphinx/source/developers/creating-plugins.rst	Wed Oct 16 15:13:27 2019 +0200
@@ -64,7 +64,7 @@
 that is part of the Orthanc source distribution:
 
 * `Plugins/Include/orthanc/OrthancCPlugin.h
-  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Include/orthanc/OrthancCPlugin.h>`__
+  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 
 `Online documentation <http://sdk.orthanc-server.com/>`__ for this C
 header is available, as generated by `Doxygen
@@ -78,8 +78,8 @@
 ``HAS_ORTHANC_EXCEPTION`` is set to ``0``:
 
 * `Plugins/Samples/Common/OrthanPluginCppWrapper.h
-  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
+  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginCppWrapper.h>`__
 * `Plugins/Samples/Common/OrthanPluginCppWrapper.cpp
-  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
+  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp>`__
 * `Plugins/Samples/Common/OrthanPluginException.h
-  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.7/Plugins/Samples/Common/OrthancPluginException.h>`__
+  <https://bitbucket.org/sjodogne/orthanc/src/Orthanc-1.5.8/Plugins/Samples/Common/OrthancPluginException.h>`__