Mercurial > hg > orthanc-book
changeset 1160:363bdfaf31c1
replaced /tip/ by /default/ in links to mercurial
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 May 2025 10:22:02 +0200 |
parents | 309ee67fe13a |
children | 22ddb26b854f |
files | Sphinx/source/developers/creating-plugins.rst Sphinx/source/plugins/authorization.rst Sphinx/source/plugins/java.rst Sphinx/source/users/quick-start-windows.rst |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst Tue May 20 09:52:56 2025 +0200 +++ b/Sphinx/source/developers/creating-plugins.rst Tue May 20 10:22:02 2025 +0200 @@ -44,7 +44,7 @@ (in the ``Plugins/Samples`` folder). * In particular, `this repository includes the skeleton - <https://orthanc.uclouvain.be/hg/orthanc/file/tip/OrthancServer/Plugins/Samples/CppSkeleton>`__ + <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Plugins/Samples/CppSkeleton>`__ of a **sample, minimal C++ plugin** that is prepared to be shipped to end users. This skeleton also illustrates how to properly include the Orthanc Framework and how to use embedded resources.
--- a/Sphinx/source/plugins/authorization.rst Tue May 20 09:52:56 2025 +0200 +++ b/Sphinx/source/plugins/authorization.rst Tue May 20 10:22:02 2025 +0200 @@ -36,7 +36,7 @@ - The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__ - The `MacOS packages <https://www.orthanc-server.com/static.php?page=download-mac>`__ -Release notes are available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/tip/NEWS>`__. +Release notes are available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/default/NEWS>`__. Compilation instructions are available below. @@ -395,7 +395,7 @@ .. highlight:: json -The full list of configuration is available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/tip/Plugin/DefaultConfiguration.json>`__. +The full list of configuration is available `here <https://orthanc.uclouvain.be/hg/orthanc-authorization/file/default/Plugin/DefaultConfiguration.json>`__. Here is the list of all the configuration options::
--- a/Sphinx/source/plugins/java.rst Tue May 20 09:52:56 2025 +0200 +++ b/Sphinx/source/plugins/java.rst Tue May 20 10:22:02 2025 +0200 @@ -38,7 +38,7 @@ - The `orthancteam/orthanc Docker image <https://hub.docker.com/r/orthancteam/orthanc>`__ - The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__ -Release notes are available `here <https://orthanc.uclouvain.be/hg/orthanc-java/file/tip/NEWS>`__. +Release notes are available `here <https://orthanc.uclouvain.be/hg/orthanc-java/file/default/NEWS>`__. Compilation instructions are available below.
--- a/Sphinx/source/users/quick-start-windows.rst Tue May 20 09:52:56 2025 +0200 +++ b/Sphinx/source/users/quick-start-windows.rst Tue May 20 10:22:02 2025 +0200 @@ -81,7 +81,7 @@ 1. **Locate the Configuration Files** The Windows configuration is split into multiple configuration files (one main configuration file, plus one for each plugin). These files are typically stored in ``C:\Program Files\Orthanc\Configuration\``. - ``orthanc.json`` is the main configuration file. Its complete documentation is available `here <https://orthanc.uclouvain.be/hg/orthanc/file/tip/OrthancServer/Resources/Configuration.json>`__. + ``orthanc.json`` is the main configuration file. Its complete documentation is available `here <https://orthanc.uclouvain.be/hg/orthanc/file/default/OrthancServer/Resources/Configuration.json>`__. In addition, each :ref:`plugin <plugins>` has its own configuration file that is described in the documentation of the plugin. .. image:: ../images/win-quick-start-config-files.png