Skip to content

Commit

Permalink
fix(docs): Add redirects for website links (#7979)
Browse files Browse the repository at this point in the history
Adds two redirects for old page paths so the old links still resolve
  • Loading branch information
critesjosh authored Aug 14, 2024
1 parent 5b53d43 commit e890814
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@
[[redirects]]
from = "/protocol-specs/gas-and-fees/fee-payment-asset"
to = "/protocol-specs/gas-and-fees/fee-juice"

[[redirects]]
from = "/getting-started"
to = "/"

[[redirects]]
from = "/reference/sandbox_reference/sandbox-reference"
to = "/guides/developer_guides/getting_started/quickstart"

0 comments on commit e890814

Please sign in to comment.