diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-21 17:46:17 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-21 17:46:17 -0400 |
commit | df423ae4aff12e8143a52642a3025ee1c0dffcea (patch) | |
tree | 727abcdebd7c3398f5b36f458af7e0c8c961c3e9 /doc/plugins.markdown | |
parent | 3dd20c9c78e61028a4c7db232c7b2b30662a2987 (diff) |
Move repository to Kanboard organization
Diffstat (limited to 'doc/plugins.markdown')
-rw-r--r-- | doc/plugins.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins.markdown b/doc/plugins.markdown index 475bc249..cff3eb6c 100644 --- a/doc/plugins.markdown +++ b/doc/plugins.markdown @@ -5,7 +5,7 @@ Note: The plugin API is **considered alpha** at the moment. Plugins are useful to extend the core functionalities of Kanboard, adding features, creating themes or changing the default behavior. -Plugin creators should specify explicitly the compatible versions of Kanboard. Internal code of Kanboard may change over time and your plugin must be tested with new versions. Always check the [ChangeLog](https://github.com/fguillot/kanboard/blob/master/ChangeLog) for breaking changes. +Plugin creators should specify explicitly the compatible versions of Kanboard. Internal code of Kanboard may change over time and your plugin must be tested with new versions. Always check the [ChangeLog](https://github.com/kanboard/kanboard/blob/master/ChangeLog) for breaking changes. - [Creating your plugin](plugin-registration.markdown) - [Using plugin hooks](plugin-hooks.markdown) |