-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Documentation links aligned with new system #7693
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
Conversation
🦋 Changeset detectedLatest commit: d39d844 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
v-next/hardhat-ignition-ui/src/pages/visualization-overview/visualization-overview.tsx
Outdated
Show resolved
Hide resolved
| websiteDescription: `You are trying to run Hardhat outside of a Hardhat project. | ||
| You can learn how to use Hardhat by reading the [Getting Started guide](/hardhat-runner/docs/getting-started).`, | ||
| You can learn how to use Hardhat by reading the [Getting Started guide](/getting-started-v3).`, |
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.
HH3 has precedence over HH2. Let's remove the HH2 redirect
All long links to the Hardhat documentation were replaced by a short version that leverages the redirects on the website to navigate to the correct page. This approach gives us more flexibility to change the redirects as needed.
More details are in #147
Documentation update NomicFoundation/hardhat-website#159