aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/plugins/guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/plugins/guide.md')
-rw-r--r--support/doc/plugins/guide.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md
index f82dbd15b..2cc544f1c 100644
--- a/support/doc/plugins/guide.md
+++ b/support/doc/plugins/guide.md
@@ -585,7 +585,7 @@ async function register ({
585} 585}
586``` 586```
587 587
588See the [plugin API reference](https://docs.joinpeertube.org/api-plugins) to see the complete helpers list. 588See the [plugin API reference](https://docs.joinpeertube.org/api/plugins) to see the complete helpers list.
589 589
590### Client API (themes & plugins) 590### Client API (themes & plugins)
591 591
@@ -839,7 +839,7 @@ PeerTube provides some selectors (using `id` HTML attribute) on important blocks
839 839
840For example `#plugin-selector-login-form` could be used to hide the login form. 840For example `#plugin-selector-login-form` could be used to hide the login form.
841 841
842See the complete list on https://docs.joinpeertube.org/api-plugins 842See the complete list on https://docs.joinpeertube.org/api/plugins
843 843
844#### HTML placeholder elements 844#### HTML placeholder elements
845 845
@@ -855,7 +855,7 @@ async function register (...) {
855} 855}
856``` 856```
857 857
858See the complete list on https://docs.joinpeertube.org/api-plugins 858See the complete list on https://docs.joinpeertube.org/api/plugins
859 859
860#### Add/remove left menu links 860#### Add/remove left menu links
861 861
@@ -1140,7 +1140,7 @@ $ npm deprecate peertube-plugin-xxx@"> 0.0.0" "explain here why you deprecate yo
1140 1140
1141## Plugin & Theme hooks/helpers API 1141## Plugin & Theme hooks/helpers API
1142 1142
1143See the dedicated documentation: https://docs.joinpeertube.org/api-plugins 1143See the dedicated documentation: https://docs.joinpeertube.org/api/plugins
1144 1144
1145 1145
1146## Tips 1146## Tips