summaryrefslogtreecommitdiffstats
path: root/docs/features/plugins.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features/plugins.md')
-rw-r--r--docs/features/plugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/plugins.md b/docs/features/plugins.md
index ba5f46d18..c7243727d 100644
--- a/docs/features/plugins.md
+++ b/docs/features/plugins.md
@@ -41,7 +41,7 @@ First let's add some meta data about our app. Open the **newsplugin/appinfo/info
</info>
```
-**Note**: You must license your app under the [AGPL 3 or later](http://www.gnu.org/licenses/agpl-3.0.en.html) to comply with the News app's license. Don't forget to add the license as plain text file if you want to distribute your app!
+**Note**: You must license your app under the [AGPL 3 or later](https://www.gnu.org/licenses/agpl-3.0.en.html) to comply with the News app's license. Don't forget to add the license as plain text file if you want to distribute your app!
Then we want to make sure that our code is only run if the News app is enabled. To do that put the following PHP code into the **newsplugin/appinfo/app.php** file: