From 754c73f32bd4c97e96a4b459e0d9f316074a2176 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 8 Jun 2021 17:57:33 +0200 Subject: [PATCH] Improve plugin guide doc for plugin index --- support/doc/plugins/guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index f4d3c4800..3715a5086 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -752,8 +752,7 @@ Left menu links can be filtered (add/remove a section or add/remove links) using ### Publishing -PeerTube plugins and themes should be published on [NPM](https://www.npmjs.com/) so that PeerTube indexes -take into account your plugin (after ~ 1 day). An official PeerTube index is available on https://packages.joinpeertube.org/ (it's just a REST API, so don't expect a beautiful website). +PeerTube plugins and themes should be published on [NPM](https://www.npmjs.com/) so that PeerTube indexes take into account your plugin (after ~ 1 day). An official plugin index is available on [packages.joinpeertube.org](https://packages.joinpeertube.org/api/v1/plugins), with no interface to present packages. ## Write a plugin/theme