Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
add nginx redirect for the data-providers page
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Feb 27, 2024
1 parent 08e04a7 commit 3f98549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/includes/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ rewrite "^/docs/category/sdks$" "https://developers.stellar.org/docs/tools/sdks"
rewrite "^/reference/soroban-cli$" "https://developers.stellar.org/docs/tools/developer-tools#soroban-cli" permanent;
rewrite "^/docs/reference/command-line$" "https://developers.stellar.org/docs/tools/developer-tools#soroban-cli" permanent;
rewrite "^/docs/reference/soroban-cli$" "https://developers.stellar.org/docs/tools/developer-tools#soroban-cli" permanent;
rewrite "^/docs/reference/data-providers" "https://developers.stellar.org/docs/tools/developer-tools#block-explorers" permanent;

0 comments on commit 3f98549

Please sign in to comment.