aboutsummaryrefslogtreecommitdiffstats
path: root/docs/gettingstarted/developers/plugins.rst
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2018-10-04 17:12:26 -0400
committerDave Barach <openvpp@barachs.net>2018-10-05 13:48:00 +0000
commitf9faf2420c74fd38f96d1a78af3ec1dee9b85db1 (patch)
treee88454b2b031456892c23bac79914b11b807f04c /docs/gettingstarted/developers/plugins.rst
parent25c4d396eae99e23c4ebe7155fde7700dd1130b9 (diff)
DOC ONLY: clean up plugin documentation
The old "sample_plugin" page was stuffed with superceded autotools build information, so it morphed into an "add a new plugin" page based on the emacs-lisp plugin generator. Before sending hate mail about emacs, please *look* at the new document: you'll find running the plugin generator hard to tell from running a shell script. Change-Id: I84da45675e838c05faeca05c8f7be45d8c7bff13 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'docs/gettingstarted/developers/plugins.rst')
-rw-r--r--docs/gettingstarted/developers/plugins.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gettingstarted/developers/plugins.rst b/docs/gettingstarted/developers/plugins.rst
index d18a5a879d7..09db1d3459f 100644
--- a/docs/gettingstarted/developers/plugins.rst
+++ b/docs/gettingstarted/developers/plugins.rst
@@ -10,4 +10,4 @@ filter to apply (if desired). VLIB needs to load plug-ins very early.
Once loaded, the plug-in DLL mechanism uses dlsym to find and verify a
vlib\_plugin\_registration data structure in the newly-loaded plug-in.
-For more on plugins please refer to :ref:`sample_plugin`.
+For more on plugins please refer to :ref:`add_plugin`.