Skip to content

Commit

Permalink
chore(nx-dev): old tutorial url redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Feb 6, 2025
1 parent 8bd0bcd commit 41d69dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nx-dev/nx-dev/redirect-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ const tutorialBaseUrls = {
'/angular-tutorial/1-code-generation',
'/(l|latest)/(a|node)/tutorial/1-code-generation':
'/getting-started/tutorials',
'/tutorial': '/getting-started/tutorials',
'/tutorial/:path*': '/getting-started/tutorials',
'/(l|latest)/(r|react)/tutorial/1-code-generation':
'/react-tutorial/1-code-generation',
};
Expand Down

0 comments on commit 41d69dc

Please sign in to comment.