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

Commit

Permalink
add some redirects for RPC information docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Mar 4, 2024
1 parent 28d756a commit a81e104
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nginx/includes/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ rewrite "^/docs/reference/command-line$" "https://developers.stellar.org/docs/to
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;
# soroban rpc
rewrite "^/methods/getTransaction$" "https://developers.stellar.org/platforms/soroban-rpc/methods/getTransaction" permanent;
rewrite "^/api/incomplete-methods$" "https://developers.stellar.org/platforms/soroban-rpc/methods" permanent;
rewrite "^/api(.*)" "https://developers.stellar.org/platforms/soroban-rpc$1" permanent;
rewrite "^/methods/getTransaction$" "https://developers.stellar.org/network/soroban-rpc/methods/getTransaction" permanent;
rewrite "^/api/incomplete-methods$" "https://developers.stellar.org/network/soroban-rpc/methods" permanent;
rewrite "^/api(.*)" "https://developers.stellar.org/network/soroban-rpc$1" permanent;
rewrite "^/docs/reference/rpc$" "https://developers.stellar.org/network/soroban-rpc/admin-guide" permanent;
rewrite "^/docs/reference/rpc-list$" "https://developers.stellar.org/network/soroban-rpc/rpc-providers" permanent;

0 comments on commit a81e104

Please sign in to comment.