From bd5509a7b1fdd4881d491bba6402cfeb55037d8c Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Wed, 11 Dec 2019 13:20:15 -0300 Subject: [PATCH] Fix the 'Secrets are set in your repository settings' link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeb2c5f..407b228 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Because the WordPress.org plugin repository shows information from the readme in * `SVN_USERNAME` * `SVN_PASSWORD` -[Secrets are set in your repository settings](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables). They cannot be viewed once stored. +[Secrets are set in your repository settings](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets). They cannot be viewed once stored. ### Optional environment variables * `SLUG` - defaults to the respository name, customizable in case your WordPress repository has a different slug or is capitalized differently.