-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
updated some outdated links #5894
base: main
Are you sure you want to change the base?
Conversation
pucedoteth
commented
Oct 29, 2024
- Because this PR includes a bug fix, relevant tests have been included.
- Because this PR includes a new feature, the change was previously discussed on an Issue or with someone from the team.
- I didn't do anything of this.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -6,7 +6,7 @@ Here are some links you might find useful throughout your journey: | |||
|
|||
- [Hardhat's Boilerplate](https://github.com/NomicFoundation/hardhat-boilerplate) | |||
- [Hardhat's documentation site](/docs/) | |||
- [Hardhat Toolbox's documentation](/hardhat-runner/plugins/nomicfoundation-hardhat-toolbox) | |||
- [Hardhat Toolbox's documentation](https://github.com/NomicFoundation/hardhat/tree/main/packages/hardhat-toolbox) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was correct, as it's intended to be rendered in the website.
@@ -34,7 +34,7 @@ On [Hardhat's website](https://hardhat.org) you will find: | |||
|
|||
Contributions are always welcome! Feel free to open any issue or send a pull request. | |||
|
|||
Go to [CONTRIBUTING.md](./CONTRIBUTING.md) to learn about how to set up Hardhat's development environment. | |||
Go to [CONTRIBUTING.md](https://github.com/NomicFoundation/hardhat/blob/main/CONTRIBUTING.md) to learn about how to set up Hardhat's development environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one makes more sense. The relative path only works with the symlink in the root of the repo, but not in -core