docs: update link to dokku development blog

Closes #6826
This commit is contained in:
Jose Diaz-Gonzalez
2024-04-28 03:23:05 -04:00
parent e9fe295c20
commit af91750a4c

View File

@@ -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-<name>` 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.)