diff Sphinx/source/plugins/serve-folders.rst @ 34:922f5c7192c6

matlab
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jul 2016 14:18:47 +0200
parents 93bbfaf0e62c
children 34ccc7fc7ef3
line wrap: on
line diff
--- a/Sphinx/source/plugins/serve-folders.rst	Wed Jul 20 13:52:37 2016 +0200
+++ b/Sphinx/source/plugins/serve-folders.rst	Wed Jul 20 14:18:47 2016 +0200
@@ -7,9 +7,8 @@
 This **official** plugin enables Orthanc to serve additional folders
 from the filesystem using its embedded Web server. This plugin is
 extremely useful when creating new Web applications on the top of the
-REST API of Orthanc, as it allows to fulfill the `same-origin policy
-<https://en.wikipedia.org/wiki/Same-origin_policy>`__ without setting
-up a reverse proxy.
+REST API of Orthanc, as it allows to fulfill the :ref:`same-origin
+policy <same-origin>` without setting up a reverse proxy.
  
 The source code of this sample plugin is `available in the source
 distribution of Orthanc