From: Viktor Söderqvist Date: Fri, 1 Apr 2022 09:27:25 +0000 (+0200) Subject: Fix broken link to coding-style.html X-Git-Tag: openssl-3.2.0-alpha1~2793 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ff3635371b51c8180838ec228c164aec3774b6;p=thirdparty%2Fopenssl.git Fix broken link to coding-style.html Reviewed-by: Richard Levitte Reviewed-by: David von Oheimb Reviewed-by: Tomas Mraz Reviewed-by: Matthias St. Pierre Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/18015) --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4910bd673c7..efb4be87169 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,7 +60,7 @@ guidelines: GitHub Actions and AppVeyor are required, and they are started automatically whenever a PR is created or updated. - [coding style]: https://www.openssl.org/policies/codingstyle.html + [coding style]: https://www.openssl.org/policies/technical/coding-style.html 5. When at all possible, patches should include tests. These can either be added to an existing test, or completely new. Please see