correct homebrew package URL in installing.rst (#5808)

the URL missed a part
This commit is contained in:
Dima Pasechnik
2025-08-21 15:14:40 -04:00
committed by GitHub
parent adb5603f60
commit 03607757fc

View File

@@ -87,7 +87,7 @@ Global install with brew
The brew package manager (Homebrew on macOS, or Linuxbrew on Linux) has a
`pybind11 package
<https://github.com/Homebrew/homebrew-core/blob/master/Formula/pybind11.rb>`_.
<https://github.com/Homebrew/homebrew-core/blob/master/Formula/p/pybind11.rb>`_.
To install:
.. code-block:: bash