Skip to content

Commit

Permalink
Remove https://pypa.github.io/pipx references
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Dec 2, 2023
1 parent ffce570 commit 1349fcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
- Add `pipx environment` command (#793)
- Add `list --short` option to list only package names (#804)
- [docs] Fix the command for
[installing development version](https://pypa.github.io/pipx/installation/#install-pipx-development-versions). (#801)
[installing development version](https://pipx.pypa.io/stable/installation/#install-pipx-development-versions). (#801)
- [docs] Fix test status badge in readme file
- [docs] Add more examples
- [dev] Change github action job names
Expand All @@ -85,7 +85,7 @@
- Fixed `pipx list` output phrasing to convey that python version displayed is the one with which package was installed.
- Fixed `pipx install` to provide return code 0 if venv already exists, similar to pip’s behavior. (#736)
- [docs] Update ansible's install command in
[Programs to Try document](https://pypa.github.io/pipx/programs-to-try/#ansible) to work with Ansible 2.10+ (#742)
[Programs to Try document](https://pipx.pypa.io/stable/programs-to-try/#ansible) to work with Ansible 2.10+ (#742)

## 0.16.4

Expand All @@ -106,7 +106,7 @@
- Changed default nox tests, Github Workflow tests, and pytest behavior to use local pypi server with fixed lists of
available packages. This allows greater test isolation (no network pypi access needed) and determinism (fixed
available dependencies.) It also allows running the tests offline with some extra preparation beforehand (See
[Running Unit Tests Offline](https://pypa.github.io/pipx/contributing/#running-unit-tests-offline)). The old style
[Running Unit Tests Offline](https://pipx.pypa.io/stable/contributing/#running-unit-tests-offline)). The old style
tests that use the internet to access pypi.org are still available using `nox -s tests_internet` or
`pytest --net-pypiserver tests`. (#686)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

</p>

**Documentation**: https://pypa.github.io/pipx/
**Documentation**: https://pipx.pypa.io

**Source Code**: https://github.com/pypa/pipx

_For comparison to other tools including pipsi, see
[Comparison to Other Tools](https://pypa.github.io/pipx/comparisons/)._
[Comparison to Other Tools](https://pipx.pypa.io/stable/comparisons/)._

## Install pipx

Expand Down Expand Up @@ -104,7 +104,7 @@ Shell completions are available by following the instructions printed with this
pipx completions
```

For more details, see the [installation instructions](https://pypa.github.io/pipx/installation/).
For more details, see the [installation instructions](https://pipx.pypa.io/stable/installation/).

## Overview: What is `pipx`?

Expand Down Expand Up @@ -402,7 +402,7 @@ pipx is working!
### Summary

That's it! Those are the most important commands `pipx` offers. To see all of pipx's documentation, run `pipx --help` or
see the [docs](https://pypa.github.io/pipx/docs/).
see the [docs](https://pipx.pypa.io/stable/docs/).

## Testimonials

Expand Down Expand Up @@ -449,6 +449,6 @@ pipx is maintained by a team of volunteers (in alphabetical order)

## Contributing

Issues and Pull Requests are definitely welcome! Check out [Contributing](https://pypa.github.io/pipx/contributing/) to
Issues and Pull Requests are definitely welcome! Check out [Contributing](https://pipx.pypa.io/stable/contributing/) to
get started. Everyone who interacts with the pipx project via codebase, issue tracker, chat rooms, or otherwise is
expected to follow the [PSF Code of Conduct](https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md).
2 changes: 1 addition & 1 deletion scripts/generate_man.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main():
.IR pipx (1)
was written by Chad Smith and contributors.
The project can be found online at
.UR https://pypa.github.io/pipx/
.UR https://pipx.pypa.io
.UE
.SH SEE ALSO
.IR pip (1),
Expand Down

0 comments on commit 1349fcf

Please sign in to comment.