diff options
author | Andrew Dinh <andrewd@openssl.org> | 2024-08-02 15:58:13 +0200 |
---|---|---|
committer | Neil Horman <nhorman@openssl.org> | 2024-08-07 10:57:29 +0200 |
commit | ad3d57d27141c09fe07ef39c49af5afe69c59383 (patch) | |
tree | 4e8d719f2719e1908a1d84580bddd3854a31c600 /CONTRIBUTING.md | |
parent | Fix some small typos (diff) | |
download | openssl-ad3d57d27141c09fe07ef39c49af5afe69c59383.tar.xz openssl-ad3d57d27141c09fe07ef39c49af5afe69c59383.zip |
Update links in CONTRIBUTING.md
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25073)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83b4964782..cb8c82f565 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ HOW TO CONTRIBUTE TO OpenSSL Please visit our [Getting Started] page for other ideas about how to contribute. - [Getting Started]: <https://www.openssl.org/community/getting-started.html> + [Getting Started]: <https://openssl-library.org/community/getting-started/index.html> Development is done on GitHub in the [openssl/openssl] repository. @@ -77,8 +77,8 @@ guidelines: Clean builds via GitHub Actions are required. They are started automatically whenever a PR is created or updated by committers. - [coding style]: https://www.openssl.org/policies/technical/coding-style.html - [documentation policy]: https://openssl.org/policies/technical/documentation-policy.html + [coding style]: https://openssl-library.org/policies/technical/coding-style/ + [documentation policy]: https://openssl-library.org/policies/technical/documentation-policy/ 5. When at all possible, code contributions should include tests. These can either be added to an existing test, or completely new. Please see |