Skip to content

Commit

Permalink
adding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 20, 2024
1 parent 62b26f4 commit d95a58a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx/includes/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ rewrite ^/docs/smart-contracts/guides(.*)$ "/docs/build/guides$1" permanent;
rewrite ^/docs/smart-contracts/smart-wallets(.*)$ "/docs/build/apps/smart-wallets$1" permanent;
rewrite ^/docs/smart-contracts/getting-started/create-an-app(.*)$ "/docs/build/apps/dapp-frontend$1" permanent;
rewrite ^/docs/smart-contracts(.*)$ "/docs/build/smart-contracts$1" permanent;

# Moving testing docs around
rewrite ^/docs/build/guides/testing/detecting-changes-with-test-snapshots$ "/docs/build/guides/testing/differential-tests-with-test-snapshots" permanent;

0 comments on commit d95a58a

Please sign in to comment.