diff --git a/docs/versioned_docs/version-2.7/20-usage/51-plugins/20-creating-plugins.md b/docs/versioned_docs/version-2.7/20-usage/51-plugins/20-creating-plugins.md index 91a39a5bb..9631a6408 100644 --- a/docs/versioned_docs/version-2.7/20-usage/51-plugins/20-creating-plugins.md +++ b/docs/versioned_docs/version-2.7/20-usage/51-plugins/20-creating-plugins.md @@ -42,7 +42,7 @@ Values like this are converted to JSON and then passed to your plugin. In the ex ### Secrets -Secrets should be passed as settings too. Therefore, users should use [`from_secret`](../40-secrets.md##use-secrets-in-plugins-via-settings). +Secrets should be passed as settings too. Therefore, users should use [`from_secret`](../40-secrets.md#use-secrets-in-plugins-via-settings). ## Plugin library