diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-22 16:15:14 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-22 16:15:14 +0100 |
commit | c5c95361e6adca439ae316066366e520797f9ec0 (patch) | |
tree | febf82864951f04f6c71df51107fe2231a0c6a7a /support/doc/plugins | |
parent | 6a160a0c9d46ee226fd0ca32ca0612e5b88881ec (diff) | |
download | PeerTube-c5c95361e6adca439ae316066366e520797f9ec0.tar.gz PeerTube-c5c95361e6adca439ae316066366e520797f9ec0.tar.zst PeerTube-c5c95361e6adca439ae316066366e520797f9ec0.zip |
Move to new documentation links
Diffstat (limited to 'support/doc/plugins')
-rw-r--r-- | support/doc/plugins/guide.md | 8 |
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 | ||
588 | See the [plugin API reference](https://docs.joinpeertube.org/api-plugins) to see the complete helpers list. | 588 | See 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 | ||
840 | For example `#plugin-selector-login-form` could be used to hide the login form. | 840 | For example `#plugin-selector-login-form` could be used to hide the login form. |
841 | 841 | ||
842 | See the complete list on https://docs.joinpeertube.org/api-plugins | 842 | See 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 | ||
858 | See the complete list on https://docs.joinpeertube.org/api-plugins | 858 | See 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 | ||
1143 | See the dedicated documentation: https://docs.joinpeertube.org/api-plugins | 1143 | See the dedicated documentation: https://docs.joinpeertube.org/api/plugins |
1144 | 1144 | ||
1145 | 1145 | ||
1146 | ## Tips | 1146 | ## Tips |