diff Sphinx/source/plugins/python.rst @ 528:50bdd7c7e9b9

Orthanc 1.8.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Oct 2020 11:39:07 +0200
parents f22b3743fd3f
children fd5c1410db5b
line wrap: on
line diff
--- a/Sphinx/source/plugins/python.rst	Fri Oct 16 11:01:07 2020 +0200
+++ b/Sphinx/source/plugins/python.rst	Fri Oct 16 11:39:07 2020 +0200
@@ -18,7 +18,7 @@
 Python plugins have access to more features and a more consistent SDK
 than :ref:`Lua scripts <lua>`. The Python API is automatically
 generated from the `Orthanc plugin SDK in C
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.4/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
+<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.8.0/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
 front-end.