Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move links from fork to pypa #207

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading