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

Fix link to list of supported targets #327

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

EliahKagan
Copy link
Contributor

This points the "supported-targets" link in the readme back to the supported-targets file, which it had originally linked to and which its text suggests it is still intended to link to.

After #275, the readme link to the supported targets list pointed to the trigger-package-build.py script. This appears to have been based on idea of removing the supported-targets file. As noted in https://github.com/cargo-bins/cargo-quickinstall/pull/275/files#r1747798959, the file was not removed. But the link target was not restored.

As long as the file does exist, it is easier for users reading the readme to consult it rather than examine a script. In addition, the link was fully broken since #300 when the script was rewritten and named trigger_package_build.py (with underscores).

This points the "supported-targets" link in the readme back to the
`supported-targets` file, which it had originally linked to and
which its text suggests it is still intended to link to.

After cargo-bins#275, the readme link to the supported targets list pointed
to the `trigger-package-build.py` script. This appears to have been
based on idea of removing the `supported-targets` file. As noted in
https://github.com/cargo-bins/cargo-quickinstall/pull/275/files#r1747798959,
the file was not removed. But the link target was not restored.

As long as the file does exist, it is easier for users reading the
readme to consult it rather than examine a script. In addition, the
link was fully broken since cargo-bins#300 when the script was rewritten and
named `trigger_package_build.py` (with underscores).
@NobodyXu NobodyXu merged commit a6a3f3d into cargo-bins:main Nov 28, 2024
30 of 33 checks passed
@NobodyXu
Copy link
Member

Thank you!

@EliahKagan EliahKagan deleted the targets-list branch November 28, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants