Skip to content

Commit

Permalink
Add redirect for removed tasks-and-scripts file
Browse files Browse the repository at this point in the history
  • Loading branch information
kanej committed Feb 23, 2024
1 parent 3fa0a9f commit da71735
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/redirects.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ const customRedirects = [
destination: "/hardhat-runner/docs/guides/command-line-completion",
permanent: false,
},
{
source: "/hardhat-runner/docs/guides/tasks-and-scripts",
destination: "/hardhat-runner/docs/guides/tasks",
permanent: false,
},
// guides redirects, exceptions go first
{
source:
Expand Down

0 comments on commit da71735

Please sign in to comment.