diff Sphinx/source/plugins/authorization.rst @ 361:84e3a2612c36

links to hg
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2020 20:37:49 +0200
parents c310a795c133
children 2922fb1bd65e
line wrap: on
line diff
--- a/Sphinx/source/plugins/authorization.rst	Mon Mar 30 20:14:52 2020 +0200
+++ b/Sphinx/source/plugins/authorization.rst	Mon Mar 30 20:37:49 2020 +0200
@@ -13,8 +13,8 @@
 set to ``403`` (Forbidden).
 
 The `source code of this plugin
-<https://bitbucket.org/osimis/orthanc-authorization>`__ is freely
-available under the terms of the AGPLv3 license.
+<https://hg.orthanc-server.com/orthanc-authorization/file/tip>`__ is
+freely available under the terms of the AGPLv3 license.
 
 
 Compilation
@@ -183,7 +183,7 @@
   the cache entry will never expire.
 
 **Note:** The source code of the plugin contains a `basic example
-<https://bitbucket.org/osimis/orthanc-authorization/src/default/Resources/TestService.js>`__
+<https://hg.orthanc-server.com/orthanc-authorization/file/tip/Resources/TestService.js>`__
 of such a Web service written in node.js.