Skip to content

Commit 5bdd11d

Browse files
authored
Fix links to pyobjc-core
1 parent ae1e44d commit 5bdd11d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Manual installation
5555
Manual installation is slightly involved, but still pretty easy.
5656

5757
* First download the source code packages from the cheeseshop, you
58-
need at least `pyobjc-core <https://pypi.org/project/pyobjc>`_ and
58+
need at least `pyobjc-core <https://pypi.org/project/pyobjc-core>`_ and
5959
`pyobjc-framework-Cocoa <https://pypi.org/project/pyobjc-framework-Cocoa>`_.
6060
You do not need `pyobjc <https://pypi.org/project/pyobjc>`_, that's a helper package that is only
6161
used to pull in the other packages when installing using `pip`_.
@@ -72,7 +72,7 @@ Manual installation is slightly involved, but still pretty easy.
7272
Due to package dependencies you need to install the packages in a
7373
particular order:
7474

75-
- `pyobjc-core`_
75+
- `pyobjc-core <https://pypi.org/project/pyobjc-core>`_
7676

7777
- `pyobjc-framework-Cocoa <https://pypi.org/project/pyobjc-framework-Cocoa>`_
7878

0 commit comments

Comments
 (0)