From 5f5500741c12e2fd1a4dc95980e8724482d0a12c Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Fri, 14 Jun 2013 10:18:57 -0400 Subject: [PATCH] Fixed outdated plugin doc --- openbr/openbr_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/openbr_plugin.h b/openbr/openbr_plugin.h index dc8a438..981f360 100644 --- a/openbr/openbr_plugin.h +++ b/openbr/openbr_plugin.h @@ -51,7 +51,7 @@ * \endcode * * \par Development - * Plugins should be developed in sdk/plugins/. + * Plugins should be developed in openbr/plugins/. * See this folder for numerous examples of existing plugins to follow when writing your own. * Plugins may optionally include a .cmake file to control build configuration. * -- libgit2 0.21.4