diff Sphinx/source/developers/creating-plugins.rst @ 61:fc8af28a8eea

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Nov 2016 17:28:26 +0100
parents 24eb034d0322
children cb712e9d9187
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>`__.