Skip to content

Commit

Permalink
fix(docs): Add redirect for top google hit giving 404 (#4487)
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh committed Feb 7, 2024
1 parent 2c82b62 commit e1d3f5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
from = "/aztec/protocol/contract-creation"
to = "/learn/concepts/contracts/contract_creation"

[[redirects]]
from = "/concepts/advanced/contract_creation"
to = "/learn/concepts/smart_contracts/main"

[[redirects]]
from = "/noir"
to = "/"
Expand Down Expand Up @@ -208,4 +212,4 @@

[[redirects]]
from= "zk-money/userguide"
to= "/misc/aztec_connect_sunset"
to= "/misc/aztec_connect_sunset"

0 comments on commit e1d3f5a

Please sign in to comment.