We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a4d31 commit 6316938Copy full SHA for 6316938
docs/netlify.toml
@@ -4,12 +4,20 @@
4
5
[[redirects]]
6
from = "/guides/smart_contracts/writing_contracts/initializers"
7
- to = "/developers/guides/smart_contracts/initializers"
+ to = "/developers/guides/smart_contracts/define_functions"
8
+
9
+[[redirects]]
10
+ from = "/guides/smart_contracts/writing_contracts/*"
11
+ to = "/developers/guides/smart_contracts/"
12
13
14
from = "/reference/aztecjs/accounts"
15
to = "/developers/reference/aztecjs/accounts"
16
17
18
+ from = "/developers/reference/smart_contract_reference/storage/*"
19
+ to = "/developers/guides/smart_contracts/storage_types"
20
21
22
from = "/getting_started"
23
to = "/developers/getting_started"
0 commit comments