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

Commit

Permalink
add redirect (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 authored Jan 31, 2024
1 parent bb39166 commit bc84427
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 @@ -21,6 +21,7 @@ rewrite "^/docs/SDKs/rust$" "/docs/reference/sdks/write-contracts" permanent;
rewrite "^/docs/getting-started/connect-freighter-wallet$" "/docs/reference/freighter" permanent;
rewrite "^/docs/common-interfaces/token$" "/docs/tokens/token-interface" permanent;
rewrite "^/docs/how-to-guides/tokens$" "/docs/tutorials/tokens" permanent;
rewrite "^/dapps/category/challenges$" "/dashboard" permanent;
# BEGIN re-structure redirects
rewrite "^/sorobanathon" "/" permanent;
rewrite "^/docs/reference/interfaces/token-interface" "/docs/tokens/token-interface" permanent;
Expand Down

0 comments on commit bc84427

Please sign in to comment.