Fix broken link to coding-style.html
authorViktor Söderqvist <viktor.soderqvist@est.tech>
Fri, 1 Apr 2022 09:27:25 +0000 (11:27 +0200)
committerPauli <pauli@openssl.org>
Sun, 3 Apr 2022 22:27:16 +0000 (08:27 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18015)

(cherry picked from commit 31ff3635371b51c8180838ec228c164aec3774b6)

CONTRIBUTING.md

index 4910bd673c7b721ab445015f29c178e0a5608a34..efb4be87169575c4f9597dc2523fe7651f61b6a6 100644 (file)
@@ -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