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

Commit

Permalink
add redirect for the meeting notes url (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend authored Feb 20, 2024
1 parent f9bf6c3 commit 41ccdfe
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 @@ -42,3 +42,4 @@ rewrite "^/docs/soroban-internals/contract-interactions/stellar-transactions$" "
rewrite "^/docs/fundamentals-and-concepts/interacting-with-contracts$" "/docs/soroban-internals/contract-interactions" permanent;
rewrite "^/docs/(basic|advanced)-tutorials(/.*)$" "/docs/tutorials$2" permanent;
rewrite "^/docs/fundamentals-and-concepts(/.*)$" "/docs/soroban-internals$1" permanent;
rewrite "^/docs/notes" "/meetings" permanent;

0 comments on commit 41ccdfe

Please sign in to comment.