diff Sphinx/source/plugins/java.rst @ 1075:d2be251975d1 Orthanc-1.12.4

Orthanc 1.12.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 05 Jun 2024 20:18:43 +0200
parents ebe3214f3ab0
children df28170c2af3
line wrap: on
line diff
--- a/Sphinx/source/plugins/java.rst	Thu May 30 22:23:40 2024 +0200
+++ b/Sphinx/source/plugins/java.rst	Wed Jun 05 20:18:43 2024 +0200
@@ -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.3/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
+<https://orthanc.uclouvain.be/hg/orthanc/file/Orthanc-1.12.4/OrthancServer/Plugins/Include/orthanc/OrthancCPlugin.h>`__
 using the `Clang <https://en.wikipedia.org/wiki/Clang>`__ compiler
 front-end.