From af91750a4caeddc7c68bbcb9857ab1445f53a66e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 28 Apr 2024 03:23:05 -0400 Subject: [PATCH] docs: update link to dokku development blog Closes #6826 --- docs/development/plugin-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/plugin-creation.md b/docs/development/plugin-creation.md index f2d7755fc..73bd56565 100644 --- a/docs/development/plugin-creation.md +++ b/docs/development/plugin-creation.md @@ -10,7 +10,7 @@ When creating custom plugins: 2. Check out the [list of triggers](/docs/development/plugin-triggers.md) the plugin can implement 3. Upload the plugin to GitHub with a repository name following the `dokku-` convention (e.g. `dokku-mariadb`) 4. Edit [this page](/docs/community/plugins.md) and add a link to the plugin -5. Subscribe to the [dokku development blog](http://progrium.com) to be notified about API changes and releases +5. Subscribe to the [dokku development blog](https://dokku.com/blog/) to be notified about API changes and releases ### Compilable plugins (Golang, Java(?), C, etc.)