From 93b8b08e145d0ba9e7c8efec4ca27537fd68bcde Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:39:17 +0200 Subject: [PATCH 1/3] Update final-thoughts.md --- docs/src/content/tutorial/final-thoughts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/tutorial/final-thoughts.md b/docs/src/content/tutorial/final-thoughts.md index bda100dde5..78ea7ff23d 100644 --- a/docs/src/content/tutorial/final-thoughts.md +++ b/docs/src/content/tutorial/final-thoughts.md @@ -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) - [Hardhat Support Discord server](/discord) - [Ethers.js Documentation](https://docs.ethers.org/v6/) - [Mocha Documentation](https://mochajs.org/) From 0aa6f509d9ea12aacdf9f37e1426c5045f36cf7b Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:51:16 +0200 Subject: [PATCH 2/3] Update README.md --- packages/hardhat-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/hardhat-core/README.md b/packages/hardhat-core/README.md index abf058d8a2..351d602fd3 100644 --- a/packages/hardhat-core/README.md +++ b/packages/hardhat-core/README.md @@ -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. ## Feedback, help and news From a110a35cf4cda6cad5fd7c503265d059d0757e44 Mon Sep 17 00:00:00 2001 From: John Kane Date: Fri, 22 Nov 2024 15:47:38 +0000 Subject: [PATCH 3/3] docs: revert the link change --- docs/src/content/tutorial/final-thoughts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/tutorial/final-thoughts.md b/docs/src/content/tutorial/final-thoughts.md index 78ea7ff23d..bda100dde5 100644 --- a/docs/src/content/tutorial/final-thoughts.md +++ b/docs/src/content/tutorial/final-thoughts.md @@ -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](https://github.com/NomicFoundation/hardhat/tree/main/packages/hardhat-toolbox) +- [Hardhat Toolbox's documentation](/hardhat-runner/plugins/nomicfoundation-hardhat-toolbox) - [Hardhat Support Discord server](/discord) - [Ethers.js Documentation](https://docs.ethers.org/v6/) - [Mocha Documentation](https://mochajs.org/)