diff Sphinx/source/developers/creating-plugins.rst @ 449:2922fb1bd65e

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2020 09:33:10 +0200
parents c2ae93c562d2
children a10f0e5be459
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Tue Jun 30 11:58:03 2020 +0200
+++ b/Sphinx/source/developers/creating-plugins.rst	Fri Jul 03 09:33:10 2020 +0200
@@ -26,7 +26,7 @@
 
 * Sample code for plugins can be found `in the official Orthanc
   repository
-  <https://hg.orthanc-server.com/orthanc/file/default/Plugins/Samples/>`__
+  <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Plugins/Samples/>`__
   (in the ``Plugins/Samples`` folder).
 
 * A tutorial showing how to implement a basic WADO server is