Skip to content

Commit 0471855

Browse files
committed
update Ubuntu Python packaging docs link
1 parent a8e7b57 commit 0471855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/shipping/packaging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ One simple option for a personal PyPi server is to use Amazon S3. A prerequisite
9999

100100
6. **All done**
101101

102-
* You can now your package with :code:`pip install --index-url=http://your-s3-bucket/packages/simple/ YourPackage`
102+
* You can now install your package with :code:`pip install --index-url=http://your-s3-bucket/packages/simple/ YourPackage`
103103

104104
For Linux Distributions
105105
::::::::::::::::::::::::
106106

107-
* `Ubuntu <https://wiki.ubuntu.com/PackagingGuide/Python>`_
107+
* `Ubuntu <http://packaging.ubuntu.com/html/python-packaging.html>`_
108108
* `Fedora <https://fedoraproject.org/wiki/Packaging:Python>`_
109109
* `Debian <http://www.debian.org/doc/packaging-manuals/python-policy/>`_
110110
* `Arch <https://wiki.archlinux.org/index.php/Python_Package_Guidelines>`_

0 commit comments

Comments
 (0)