Skip to content

Commit

Permalink
capture and preserve any url anchors in nginx redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Dec 20, 2024
1 parent b63f2b5 commit 71ef5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/includes/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ rewrite ^/docs/smart-contracts/getting-started/create-an-app(.*)$ "/docs/build/a
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;
rewrite ^/docs/build/guides/testing/detecting-changes-with-test-snapshots(.*)$ "/docs/build/guides/testing/differential-tests-with-test-snapshots$1" permanent;

0 comments on commit 71ef5a4

Please sign in to comment.