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

tokio: fix broken 'contributing guide' link in README.md #2267

Conversation

tkbrigham
Copy link
Contributor

The link to the contributing guide in the tokio sub crate's README.md was
referencing a non-existent file. This updates the link to reference
the repo root's CONTRIBUTING.md file.

Fixes: #2266

Motivation

There was a broken link to the CONTRIBUTING.md file in the sub crate tokio/'s README.md file.

Solution

This approach simply updates the link to point at the CONTRIBUTING.md file in the repo root. An alternative solution is to symlink the repo root's CONTRIBUTING.md file in the tokio/ sub crate.

The link to the contributing guide in the tokio sub crate was
referencing a non-existent file. This updates the link to reference
the repo root's CONTRIBUTING.md file.

Fixes: tokio-rs#2266
Copy link
Contributor

@dekellum dekellum left a comment

Choose a reason for hiding this comment

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

The revised link is accurate, thanks!

@Matthias247 Matthias247 merged commit 4213b79 into tokio-rs:master Feb 23, 2020
sthagen added a commit to sthagen/tokio-rs-tokio that referenced this pull request Feb 23, 2020
tokio: fix broken contributing guide link (tokio-rs#2267)
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.

tokio/tokio directory has incorrect "contributing guide" link
3 participants