diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/doing-a-release.rst | 3 | ||||
-rw-r--r-- | docs/installation.rst | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 7cf012bb..da25d45d 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -19,8 +19,7 @@ to the Windows builders and unzip them in the root of the file system. Upgrading macOS ~~~~~~~~~~~~~~~ -``brew update`` and then ``brew upgrade openssl@1.1 --build-bottle`` to -install a 64-bit only library compatible with all Intel Macs. +Run the ``update-brew-openssl`` Jenkins job. Bumping the version number -------------------------- diff --git a/docs/installation.rst b/docs/installation.rst index d676fb30..a18014cb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -274,7 +274,7 @@ information, consult `Greg Wilson's blog post`_ on the subject. .. _`Homebrew`: https://brew.sh .. _`MacPorts`: https://www.macports.org -.. _`openssl-release`: https://jenkins.cryptography.io/job/openssl-release/ +.. _`openssl-release`: https://ci.cryptography.io/job/cryptography-support-jobs/job/openssl-release-1.1/ .. _`Greg Wilson's blog post`: https://software-carpentry.org/blog/2014/04/mr-biczo-was-right.html .. _virtualenv: https://virtualenv.pypa.io/en/latest/ .. _openssl.org: https://www.openssl.org/source/ |