changeset 61:fc8af28a8eea

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Nov 2016 17:28:26 +0100
parents 298b8b5e3dbc
children 4b332c3d7824
files Sphinx/source/developers/creating-plugins.rst
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/developers/creating-plugins.rst	Wed Nov 16 16:20:28 2016 +0100
+++ b/Sphinx/source/developers/creating-plugins.rst	Fri Nov 18 17:28:26 2016 +0100
@@ -17,7 +17,7 @@
 used by the core of Orthanc. Sample code for plugins can be found `in
 the official Orthanc repository
 <https://bitbucket.org/sjodogne/orthanc/src/default/Plugins/Samples/>`__
-(in the ``Plugins/Samples`` folder of the ``plugins`` branch). A
+(in the ``Plugins/Samples`` folder). A
 tutorial showing how to implement a basic WADO server is `available on
 CodeProject
 <http://www.codeproject.com/Articles/797118/Implementing-a-WADO-Server-using-Orthanc>`__.