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

Commit

Permalink
fix a syntax error in redirects.conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Sep 26, 2023
1 parent 2570804 commit 8070683
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 @@ -19,4 +19,4 @@ rewrite "^/docs/category/how-to-guides$" "/docs/category/basic-tutorials" redire
rewrite "^/docs/SDKs/rust$" "/docs/reference/sdks/rust" redirect;
rewrite "^/docs/getting-started/connect-freighter-wallet$" "/docs/reference/freighter" redirect;
rewrite "^/docs/common-interfaces/token$" "/docs/reference/interfaces/token-interface" redirect;
rewrite "^/docs/how-to-guides/tokens$" "/docs/advanced-tutorials/tokens"
rewrite "^/docs/how-to-guides/tokens$" "/docs/advanced-tutorials/tokens" redirect;

0 comments on commit 8070683

Please sign in to comment.