Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 9904df9

Browse files
author
Kevin D Smith
committed
Fix links
1 parent f178ae3 commit 9904df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SAS pipefitter can be installed as follows with `pip`:
2121

2222
Alternatively, you can install a specific release as follows:
2323

24-
pip install pip install https://github.com/sassoftware/python-pipefitter/releases/download/vX.X.X/pipefitter-X.X.X-platform.tar.gz
24+
pip install pip install https://github.com/sassoftware/python-pipefitter/releases/download/vX.X.X/pipefitter-X.X.X.tar.gz
2525

2626
## Dependencies
2727

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the following::
1414

1515
You can also install previous releases from GitHub directly as follows::
1616

17-
pip install https://github.com/sassoftware/python-pipefitter/releases/pipefitter-X.X.X.tar.gz
17+
pip install https://github.com/sassoftware/python-pipefitter/releases/download/vX.X.X/pipefitter-X.X.X.tar.gz
1818

1919
The releases for pipefitter can be found at
2020
`<https://github.com/sassoftware/python-pipefitter/releases/>`_.

0 commit comments

Comments
 (0)