aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/plugins/guide.md
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-11-07 21:14:42 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-11-07 21:14:42 +0100
commita4879b53759ac8db1405351103c7a4a8a700a768 (patch)
tree2619f8b46aea530476bf4cd71117e10e1ac42979 /support/doc/plugins/guide.md
parent34e299876920cdd3eb84e0ac62707ed7d089eca5 (diff)
downloadPeerTube-a4879b53759ac8db1405351103c7a4a8a700a768.tar.gz
PeerTube-a4879b53759ac8db1405351103c7a4a8a700a768.tar.zst
PeerTube-a4879b53759ac8db1405351103c7a4a8a700a768.zip
add github PR template and late crowdfunding link
Diffstat (limited to 'support/doc/plugins/guide.md')
-rw-r--r--support/doc/plugins/guide.md2
1 files changed, 1 insertions, 1 deletions
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({
658 } 658 }
659}) 659})
660``` 660```
661 * 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) 661 * 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)
662 * Don't use PeerTube dependencies. Use your own :) 662 * Don't use PeerTube dependencies. Use your own :)
663 663
664If your plugin is broken with a new PeerTube release, update your code and the `peertubeEngine` field of your `package.json` field. 664If your plugin is broken with a new PeerTube release, update your code and the `peertubeEngine` field of your `package.json` field.