@@ -296,7 +296,7 @@ RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/L1\-L2
296296RewriteRule ^documentation/getting_started/setting_up_the_environment/$ /quick-start/environment-setup/? [R=301 ,L]
297297RewriteRule ^documentation/getting_started/unit_tests/$ /quick-start/environment-setup/? [R=301 ,L]
298298RewriteRule ^documentation/tools/CLI/starknet\-compiler\-options/$ /cli/starknet-compiler-options/? [R=301 ,L]
299- RewriteRule ^tools/starknet\-book/$ / [R=301 ,L]
299+ RewriteRule ^tools/starknet\-book/$ /? [R=301 ,L]
300300RewriteRule ^tools/devtools/clis/$ /tools/devtools/overview? [R=301 ,L]
301301RewriteRule ^tools/devtools/sdks/$ /tools/devtools/overview? [R=301 ,L]
302302RewriteRule ^tools/devtools/dapp-frameworks/$ /tools/devtools/overview? [R=301 ,L]
@@ -412,8 +412,8 @@ RewriteRule ^architecture-and-concepts/network-architecture/messaging-mechanism$
412412RewriteRule ^architecture-and-concepts/network-architecture/starknet-state$ /architecture-and-concepts/state? [R=301 ,L]
413413RewriteRule ^architecture-and-concepts/network-architecture/messaging-reference$ /resources/messaging-reference? [R=301 ,L]
414414RewriteRule ^architecture-and-concepts/smart-contracts/starknet-events/$ https://book.cairo-lang.org/ch101-03-contract-events.html [R=301 ,L]
415- RewriteRule ^architecture-and-concepts/smart-contracts/execution-info/$ / [R=301 ,L]
416- RewriteRule ^architecture-and-concepts/smart-contracts/compiled-class-hash/$ / [R=301 ,L]
415+ RewriteRule ^architecture-and-concepts/smart-contracts/execution-info/$ /? [R=301 ,L]
416+ RewriteRule ^architecture-and-concepts/smart-contracts/compiled-class-hash/$ /? [R=301 ,L]
417417RewriteRule ^architecture-and-concepts/smart-contracts/contract-address/$ https://book.cairo-lang.org/ch100-01-contracts-classes-and-instances.html [R=301 ,L]
418418RewriteRule ^architecture-and-concepts/smart-contracts/class-hash/$ https://book.cairo-lang.org/ch100-01-contracts-classes-and-instances.html [R=301 ,L]
419419RewriteRule ^architecture-and-concepts/smart-contracts/contract-classes/$ https://book.cairo-lang.org/ch100-01-contracts-classes-and-instances.html [R=301 ,L]
@@ -432,4 +432,7 @@ RewriteRule ^archive/starkgate/function-reference$ /resources/starkgate-referenc
432432RewriteRule ^architecture/protocol-overview/$ /architecture/overview? [R=301 ,L]
433433RewriteRule ^archive/architecture/overview/$ /architecture/overview? [R=301 ,L]
434434RewriteRule ^resources/glossary/$ /archive/glossary? [R=301 ,L]
435- RewriteRule ^archive/architecture/solidity-verifier/$ /architecture/sharp? [R=301 ,L]
435+ RewriteRule ^archive/architecture/solidity-verifier/$ /architecture/sharp? [R=301 ,L]
436+ RewriteRule ^guides/starknet-by-example/(.*)$ /archive/starknet-by-example/$1? [R=301 ,L]
437+ RewriteRule ^guides/cairo-101/(.*)$ /archive/cairo-101/$1? [R=301 ,L]
438+ RewriteRule ^guides/staking-on-starknet/(.*)$ /guides/becoming-a-validator/$1 [R=301 ,L]
0 commit comments