Skip to content

Commit 58ec8a3

Browse files
authored
Guides dir cleanup (#1667)
* init&finish * minor-fixes * minor fix * minor fix
1 parent fa67807 commit 58ec8a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+18
-15
lines changed

.htaccess

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ RewriteRule ^documentation/architecture_and_concepts/Network_Architecture/L1\-L2
296296
RewriteRule ^documentation/getting_started/setting_up_the_environment/$ /quick-start/environment-setup/? [R=301,L]
297297
RewriteRule ^documentation/getting_started/unit_tests/$ /quick-start/environment-setup/? [R=301,L]
298298
RewriteRule ^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]
300300
RewriteRule ^tools/devtools/clis/$ /tools/devtools/overview? [R=301,L]
301301
RewriteRule ^tools/devtools/sdks/$ /tools/devtools/overview? [R=301,L]
302302
RewriteRule ^tools/devtools/dapp-frameworks/$ /tools/devtools/overview? [R=301,L]
@@ -412,8 +412,8 @@ RewriteRule ^architecture-and-concepts/network-architecture/messaging-mechanism$
412412
RewriteRule ^architecture-and-concepts/network-architecture/starknet-state$ /architecture-and-concepts/state? [R=301,L]
413413
RewriteRule ^architecture-and-concepts/network-architecture/messaging-reference$ /resources/messaging-reference? [R=301,L]
414414
RewriteRule ^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]
417417
RewriteRule ^architecture-and-concepts/smart-contracts/contract-address/$ https://book.cairo-lang.org/ch100-01-contracts-classes-and-instances.html [R=301,L]
418418
RewriteRule ^architecture-and-concepts/smart-contracts/class-hash/$ https://book.cairo-lang.org/ch100-01-contracts-classes-and-instances.html [R=301,L]
419419
RewriteRule ^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
432432
RewriteRule ^architecture/protocol-overview/$ /architecture/overview? [R=301,L]
433433
RewriteRule ^archive/architecture/overview/$ /architecture/overview? [R=301,L]
434434
RewriteRule ^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]

modules/architecture/pages/staking.adoc

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)