From a4879b53759ac8db1405351103c7a4a8a700a768 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 7 Nov 2020 21:14:42 +0100 Subject: add github PR template and late crowdfunding link --- support/doc/plugins/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc') diff --git a/support/doc/plugins/guide.md b/support/doc/plugins/guide.md index 2bd3fb6d2..101d3e094 100644 --- a/support/doc/plugins/guide.md +++ b/support/doc/plugins/guide.md @@ -658,7 +658,7 @@ registerHook({ } }) ``` - * Don't try to require parent PeerTube modules, only use `peertubeHelpers`. If you need another helper or a specific hook, please [create an issue](https://github.com/Chocobozzz/PeerTube/issues/new) + * Don't try to require parent PeerTube modules, only use `peertubeHelpers`. If you need another helper or a specific hook, please [create an issue](https://github.com/Chocobozzz/PeerTube/issues/new/choose) * Don't use PeerTube dependencies. Use your own :) If your plugin is broken with a new PeerTube release, update your code and the `peertubeEngine` field of your `package.json` field. -- cgit v1.2.3