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

docs: fix relative paths in README files #532

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

EmperorOrokuSaki
Copy link
Contributor

Motivation

Since the main README.md file from the root of the repository is used in the crates/core dir as well, the relative paths were not working. You can try to access any of the relative paths in the overview section of the README.md file in crates/core of the main repository here: https://github.com/alloy-rs/core/tree/main/crates/core
As you notice, none of them work.

Solution

I merely changed the relative paths so that they all start at the root.

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Copy link
Member

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, ty

does this cause any sideffects on rust docs @DaniPopes

@DaniPopes
Copy link
Member

They're broken anyway because you can't have both rustdoc and github links work at the same time

Copy link
Member

@DaniPopes DaniPopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@DaniPopes DaniPopes merged commit e0ea0de into alloy-rs:main Feb 17, 2024
21 checks passed
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.

3 participants