We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7017b commit 91e6e42Copy full SHA for 91e6e42
.htaccess
@@ -436,5 +436,5 @@ RewriteRule ^archive/architecture/solidity-verifier/$ /architecture/sharp? [R=30
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]
439
-RewriteRule ^tools/(?!overview/?$)(.*)$ /archive/tools/$1 [R=301,L]
440
-RewriteRule ^ecosystem/(?!overview/?$)(.*)$ /archive/ecosystem/$1 [R=301,L]
+RewriteRule ^tools/(?!overview/?$)(.*)$ /tools/overview/$1 [R=301,L]
+RewriteRule ^ecosystem/(?!overview/?$)(.*)$ /ecosystem/overview/$1 [R=301,L]
0 commit comments