diff options
author | Tom Cosgrove <tom.cosgrove@arm.com> | 2024-12-05 18:27:52 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-12-10 10:38:15 +0100 |
commit | 5f9814d95cc16a6e45e45cc2afe8b98c1eeead25 (patch) | |
tree | e64bf4a62e631b6e1f9a8e3ace7b6cc6e67a2c94 /README.md | |
parent | speed.c: Changed the declaration of aead_ivlen to a #define (diff) | |
download | openssl-5f9814d95cc16a6e45e45cc2afe8b98c1eeead25.tar.xz openssl-5f9814d95cc16a6e45e45cc2afe8b98c1eeead25.zip |
Remove references to git.openssl.org from README.md
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26122)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 7 insertions, 19 deletions
@@ -67,7 +67,7 @@ For Production Use ------------------ Source code tarballs of the official releases can be downloaded from -[www.openssl.org/source](https://www.openssl.org/source). +[openssl-library.org/source/](https://openssl-library.org/source/). The OpenSSL project does not distribute the toolkit in binary form. However, for a large variety of operating systems precompiled versions @@ -87,22 +87,18 @@ the source tarballs, having a local copy of the git repository with the entire project history gives you much more insight into the code base. -The official OpenSSL Git Repository is located at [git.openssl.org]. -There is a GitHub mirror of the repository at [github.com/openssl/openssl], +The main OpenSSL Git repository is private. +There is a public GitHub mirror of it at [github.com/openssl/openssl], which is updated automatically from the former on every commit. -A local copy of the Git Repository can be obtained by cloning it from -the original OpenSSL repository using - - git clone git://git.openssl.org/openssl.git - -or from the GitHub mirror using +A local copy of the Git repository can be obtained by cloning it from +the GitHub mirror using git clone https://github.com/openssl/openssl.git If you intend to contribute to OpenSSL, either to fix bugs or contribute -new features, you need to fork the OpenSSL repository openssl/openssl on -GitHub and clone your public fork instead. +new features, you need to fork the GitHub mirror and clone your public fork +instead. git clone https://github.com/yourname/openssl.git @@ -214,14 +210,6 @@ All rights reserved. <https://www.openssl.org> "OpenSSL Homepage" -[git.openssl.org]: - <https://git.openssl.org> - "OpenSSL Git Repository" - -[git.openssl.org]: - <https://git.openssl.org> - "OpenSSL Git Repository" - [github.com/openssl/openssl]: <https://github.com/openssl/openssl> "OpenSSL GitHub Mirror" |