Skip to content

Commit 89004ab

Browse files
authored
Update .htaccess
1 parent 1ed4e4f commit 89004ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.htaccess

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -922,17 +922,17 @@ RewriteRule ^tools/devtools/security/$ tools/devtools/overview? [R=301,L]
922922

923923
RewriteRule ^documentation/architecture_and_concepts/Smart_Contracts/system-calls/$ /architecture-and-concepts/smart-contracts/system-calls-cairo1/? [R=301,L]
924924

925-
RewriteRule ^/quick-start/declare-a-smart-contract/$ /quick-start/overview/? [R=301,L]
925+
RewriteRule ^quick-start/declare-a-smart-contract/$ /quick-start/overview/? [R=301,L]
926926

927-
RewriteRule ^/quick-start/deploy-a-smart-contract/$ /quick-start/overview/? [R=301,L]
927+
RewriteRule ^quick-start/deploy-a-smart-contract/$ /quick-start/overview/? [R=301,L]
928928

929-
RewriteRule ^/quick-start/interact-with-a-smart-contract/$ /quick-start/overview/? [R=301,L]
929+
RewriteRule ^quick-start/interact-with-a-smart-contract/$ /quick-start/overview/? [R=301,L]
930930

931-
RewriteRule ^/quick-start/set-up-an-account/$ /quick-start/overview/? [R=301,L]
931+
RewriteRule ^quick-start/set-up-an-account/$ /quick-start/overview/? [R=301,L]
932932

933-
RewriteRule ^/quick-start/deploy-interact-with-a-smart-contract-remix/$ /quick-start/overview/? [R=301,L]
933+
RewriteRule ^quick-start/deploy-interact-with-a-smart-contract-remix/$ /quick-start/overview/? [R=301,L]
934934

935-
RewriteRule ^/quick-start/using_devnet/$ /quick-start/devnet/? [R=301,L]
935+
RewriteRule ^quick-start/using_devnet/$ /quick-start/devnet/? [R=301,L]
936936

937937
RewriteRule ^documentation/tools/limits_and_triggers/$ /tools/limits-and-triggers/? [R=301,L]
938938

@@ -946,4 +946,4 @@ RewriteRule ^architecture-and-concepts/cryptography/p-value/$ ^architecture-and-
946946

947947
RewriteRule ^architecture-and-concepts/cryptography/stark-curve/$ ^architecture-and-concepts/cryptography? [R=301,L]
948948

949-
RewriteRule ^architecture-and-concepts/cryptography/hash-functions/$ ^architecture-and-concepts/cryptography? [R=301,L]
949+
RewriteRule ^architecture-and-concepts/cryptography/hash-functions/$ ^architecture-and-concepts/cryptography? [R=301,L]

0 commit comments

Comments
 (0)