You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v-next/hardhat-errors/src/descriptors.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ export const ERRORS = {
326
326
websiteTitle: "You are not inside a Hardhat project",
327
327
websiteDescription: `You are trying to run Hardhat outside of a Hardhat project.
328
328
329
-
You can learn how to use Hardhat by reading the [Getting Started guide](/hardhat-runner/docs/getting-started).`,
329
+
You can learn how to use Hardhat by reading the [Getting Started guide](/getting-started).`,
330
330
},
331
331
DUPLICATED_PLUGIN_ID: {
332
332
number: 2,
@@ -951,7 +951,7 @@ Please double check your accounts and the "from" parameter in your RPC calls.`,
951
951
websiteTitle: "Invalid HD path",
952
952
websiteDescription: `An invalid HD/BIP32 derivation path was provided in your config.
953
953
954
-
Read the [documentation](https://hardhat.org/hardhat-runner/docs/config#hd-wallet-config) to learn how to define HD accounts correctly.`,
954
+
Read the [documentation](https://hardhat.org/hd-wallet-config) to learn how to define HD accounts correctly.`,
955
955
},
956
956
CANT_DERIVE_KEY: {
957
957
number: 718,
@@ -1987,7 +1987,7 @@ Please try again later.`,
1987
1987
},
1988
1988
MISSING_LINK_FOR_LIBRARY: {
1989
1989
number: 20012,
1990
-
messageTemplate: `The contract "{contractName}" is missing links for the following libraries: "{missingLibraries}". Learn more about linking contracts at (https://hardhat.org/hardhat-runner/plugins/nomicfoundation-hardhat-ethers#library-linking).`,
1990
+
messageTemplate: `The contract "{contractName}" is missing links for the following libraries: "{missingLibraries}". Learn more about linking contracts at (https://hardhat.org/ethers-library-linking).`,
1991
1991
websiteTitle: "Missing links for library",
1992
1992
websiteDescription: "Missing links for library",
1993
1993
},
@@ -2213,7 +2213,7 @@ You probably did something like this:
2213
2213
2214
2214
Instead, define a fixture function and refer to that same function in each call to loadFixture.
2215
2215
2216
-
Learn more at (https://hardhat.org/hardhat-network-helpers/docs/reference#fixtures)`,
2216
+
Learn more at (https://hardhat.org/hardhat-network-helpers-fixtures)`,
2217
2217
websiteTitle: "Anonymous functions cannot be used as fixtures",
2218
2218
websiteDescription: "Anonymous functions cannot be used as fixtures",
0 commit comments