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

Branch tracking badge links have broken links #857

Closed
rparrett opened this issue Jan 9, 2024 · 2 comments · Fixed by #861
Closed

Branch tracking badge links have broken links #857

rparrett opened this issue Jan 9, 2024 · 2 comments · Fixed by #861

Comments

@rparrett
Copy link
Contributor

rparrett commented Jan 9, 2024

|[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-main-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)|I intend to track main as much as I can|`[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-main-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)`|
|[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)|I will only follow released Bevy versions|`[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)`|

They link to https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking which no longer exists after bevyengine/bevy#11242.

@rparrett
Copy link
Contributor Author

rparrett commented Jan 9, 2024

We will probably need to add insert_anchor_links = "right" so that we can have an equivalent link in the new document.

@rparrett
Copy link
Contributor Author

Another option might be to remove the link entirely in favor of alt text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants