Skip to content

Commit

Permalink
move links from fork to pypa
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn authored and pradyunsg committed Dec 15, 2023
1 parent 69fbc1e commit 1cbb0be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ While working on implementing the feature, please go ahead and file a pull
request. Filing a pull request early allows for getting feedback as early as
possible.

[issue tracker]: https://github.com/pradyunsg/installer/issues
[issue tracker]: https://github.com/pypa/installer/issues

## Pull Requests

Expand Down
2 changes: 1 addition & 1 deletion docs/development/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To work on this project, you need to have git 2.17+ and Python 3.7+.
- Clone this project using git:

```sh
git clone https://github.com/pradyunsg/installer.git
git clone https://github.com/pypa/installer.git
cd installer
```

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cli/*
development/index
changelog
license
GitHub <https://github.com/pradyunsg/installer>
GitHub <https://github.com/pypa/installer>
PyPI <https://pypi.org/project/installer>
```

Expand Down
2 changes: 1 addition & 1 deletion src/installer/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _build_shebang(executable: str, forlauncher: bool) -> bytes:
# and platform-dependent, so we use a clever hack to generate a script to
# run in ``/bin/sh`` that should work on all reasonably modern platforms.
# Read the following message to understand how the hack works:
# https://github.com/pradyunsg/installer/pull/4#issuecomment-623668717
# https://github.com/pypa/installer/pull/4#issuecomment-623668717

quoted = shlex.quote(executable).encode("utf-8")
# I don't understand a lick what this is trying to do.
Expand Down

0 comments on commit 1cbb0be

Please sign in to comment.