From c5c95361e6adca439ae316066366e520797f9ec0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Feb 2023 16:15:14 +0100 Subject: Move to new documentation links --- support/doc/plugins/guide.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'support/doc/plugins') 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 ({ } ``` -See the [plugin API reference](https://docs.joinpeertube.org/api-plugins) to see the complete helpers list. +See the [plugin API reference](https://docs.joinpeertube.org/api/plugins) to see the complete helpers list. ### Client API (themes & plugins) @@ -839,7 +839,7 @@ PeerTube provides some selectors (using `id` HTML attribute) on important blocks For example `#plugin-selector-login-form` could be used to hide the login form. -See the complete list on https://docs.joinpeertube.org/api-plugins +See the complete list on https://docs.joinpeertube.org/api/plugins #### HTML placeholder elements @@ -855,7 +855,7 @@ async function register (...) { } ``` -See the complete list on https://docs.joinpeertube.org/api-plugins +See the complete list on https://docs.joinpeertube.org/api/plugins #### Add/remove left menu links @@ -1140,7 +1140,7 @@ $ npm deprecate peertube-plugin-xxx@"> 0.0.0" "explain here why you deprecate yo ## Plugin & Theme hooks/helpers API -See the dedicated documentation: https://docs.joinpeertube.org/api-plugins +See the dedicated documentation: https://docs.joinpeertube.org/api/plugins ## Tips -- cgit v1.2.3