Skip to content

Commit 4252401

Browse files
authored
fix(docs): Add redirect for top google hit giving 404 (AztecProtocol#4487)
1 parent 605bdf3 commit 4252401

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/netlify.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@
162162
from = "/aztec/protocol/contract-creation"
163163
to = "/learn/concepts/contracts/contract_creation"
164164

165+
[[redirects]]
166+
from = "/concepts/advanced/contract_creation"
167+
to = "/learn/concepts/smart_contracts/main"
168+
165169
[[redirects]]
166170
from = "/noir"
167171
to = "/"
@@ -208,4 +212,4 @@
208212

209213
[[redirects]]
210214
from= "zk-money/userguide"
211-
to= "/misc/aztec_connect_sunset"
215+
to= "/misc/aztec_connect_sunset"

0 commit comments

Comments
 (0)