diff Sphinx/source/plugins/authorization.rst @ 449:2922fb1bd65e

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2020 09:33:10 +0200
parents 84e3a2612c36
children 6a3d48510b0b
line wrap: on
line diff
--- a/Sphinx/source/plugins/authorization.rst	Tue Jun 30 11:58:03 2020 +0200
+++ b/Sphinx/source/plugins/authorization.rst	Fri Jul 03 09:33:10 2020 +0200
@@ -13,7 +13,7 @@
 set to ``403`` (Forbidden).
 
 The `source code of this plugin
-<https://hg.orthanc-server.com/orthanc-authorization/file/tip>`__ is
+<https://hg.orthanc-server.com/orthanc-authorization/file/default>`__ is
 freely available under the terms of the AGPLv3 license.
 
 
@@ -183,7 +183,7 @@
   the cache entry will never expire.
 
 **Note:** The source code of the plugin contains a `basic example
-<https://hg.orthanc-server.com/orthanc-authorization/file/tip/Resources/TestService.js>`__
+<https://hg.orthanc-server.com/orthanc-authorization/file/default/Resources/TestService.js>`__
 of such a Web service written in node.js.