From 12b8ceee39c119e7f58cd90d6ad82fdeaef3607c Mon Sep 17 00:00:00 2001 From: Xiaoyin Liu Date: Sun, 29 Nov 2020 18:13:53 +0800 Subject: [PATCH] Use HTTPS for the link yaml.org http://yaml.org/ redirects to https://yaml.org/. For visitors privacy and security, let's use HTTPS for this link. --- contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute.md b/contribute.md index 8530282..928a983 100644 --- a/contribute.md +++ b/contribute.md @@ -44,6 +44,6 @@ Before sending a pull request of a new binary or function, ensure the following: Pull requests adding new functions in [`_data/functions.yml`] are allowed and subjected to project maintainers vetting. -[YAML]: http://yaml.org/ +[YAML]: https://yaml.org/ [`_gtfobins/`]: https://github.com/GTFOBins/GTFOBins.github.io/tree/master/_gtfobins [`_data/functions.yml`]: https://github.com/GTFOBins/GTFOBins.github.io/blob/master/_data/functions.yml