diff options
author | VirtualTam <virtualtam+github@flibidi.net> | 2017-08-27 13:12:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 13:12:58 +0200 |
commit | e8cef3ac43d5a50485c72ea2e8267e92b00be609 (patch) | |
tree | e45ad82f528afd1b8a126efb8d50bb4a01dda779 /doc/md/Plugin-System.md | |
parent | 5941c4216d804da5dfec9eeafa676105576bd0d1 (diff) | |
parent | cc8f572bc063aa1e9d0368c8a8361f15efe04c9b (diff) | |
download | Shaarli-e8cef3ac43d5a50485c72ea2e8267e92b00be609.tar.gz Shaarli-e8cef3ac43d5a50485c72ea2e8267e92b00be609.tar.zst Shaarli-e8cef3ac43d5a50485c72ea2e8267e92b00be609.zip |
Merge pull request #942 from thewilli/fix-wiki-links
migrated Github wiki links to readthedocs
Diffstat (limited to 'doc/md/Plugin-System.md')
-rw-r--r-- | doc/md/Plugin-System.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/md/Plugin-System.md b/doc/md/Plugin-System.md index 30f0ae74..cbec04c0 100644 --- a/doc/md/Plugin-System.md +++ b/doc/md/Plugin-System.md | |||
@@ -49,10 +49,10 @@ hook_<plugin_name>_<hook_name>($data, $conf) | |||
49 | 49 | ||
50 | Parameters: | 50 | Parameters: |
51 | 51 | ||
52 | - data: see [$data section](https://github.com/shaarli/Shaarli/wiki/Plugin-System#plugins-data) | 52 | - data: see [$data section](https://shaarli.readthedocs.io/en/master/Plugin-System/#plugins-data) |
53 | - conf: the `ConfigManager` instance. | 53 | - conf: the `ConfigManager` instance. |
54 | 54 | ||
55 | For exemple, if my plugin want to add data to the header, this function is needed: | 55 | For example, if my plugin want to add data to the header, this function is needed: |
56 | 56 | ||
57 | hook_demo_plugin_render_header | 57 | hook_demo_plugin_render_header |
58 | 58 | ||