diff Sphinx/source/plugins/java.rst @ 1021:a3436ae3709c Orthanc-1.12.3

Orthanc 1.12.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Jan 2024 14:01:54 +0100
parents 3b62529bfe91
children ebe3214f3ab0
line wrap: on
line diff
--- a/Sphinx/source/plugins/java.rst	Fri Jan 26 18:37:04 2024 +0100
+++ b/Sphinx/source/plugins/java.rst	Wed Jan 31 14:01:54 2024 +0100
@@ -18,7 +18,7 @@
 Java plugins have access to more features and a more consistent SDK
 than :ref:`Lua scripts <lua>`. The largest part of the Java API is
 automatically generated from the `Orthanc plugin SDK in C
-<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.2/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.3/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
 front-end.