Skip to content

Commit 061f81b

Browse files
authored
Updated the redirects in the file. (#2001)
Issues addressed: #1966 #1976 #1963 #1952 #1951 #1942 Some of the links in the Tutorials section in the redirect file were incorrect, and are fixed now.
1 parent 453efc4 commit 061f81b

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

.netlify/_redirects

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,22 +89,28 @@
8989

9090
# Parachain Tutotial Redirects
9191

92-
/tutorials/connect-other-chains/ /tutorials/connect-relay-and-parachains/ 301!
93-
/tutorials/v3/cumulus/start-relay /tutorials/connect-relay-and-parachains/prepare-a-local-relay-chain/ 301!
94-
/tutorials/connect-other-chains/prepare-a-local-relay-chain/ /connect-relay-and-parachains/prepare-a-local-relay-chain/ 301!
95-
/tutorials/connect-other-chains/connect-a-local-parachain/ /tutorials/connect-relay-and-parachains/connect-a-local-parachain/ 301!
92+
/tutorials/connect-other-chains/ /tutorials/build-a-parachain/connect-a-local-parachain/ 301!
93+
/tutorials/v3/cumulus/start-relay /tutorials/build-a-parachain/prepare-a-local-relay-chain/ 301!
94+
/tutorials/connect-other-chains/prepare-a-local-relay-chain/ /tutorials/build-a-parachain/prepare-a-local-relay-chain/ 301!
95+
/tutorials/connect-other-chains/connect-a-local-parachain/ /tutorials/build-a-parachain/connect-a-local-parachain/ 301!
96+
/tutorials/connect-relay-and-parachains/acquire-a-testnet-slot/ /tutorials/build-a-parachain/acquire-a-testnet-slot/ 301!
97+
/tutorials/get-started/build-local-blockchain/ /tutorials/build-a-blockchain/build-local-blockchain/ 301!
98+
/tutorials/connect-relay-and-parachains/connect-a-local-parachain/ /tutorials/build-a-parachain/connect-a-local-parachain/ 301!
99+
96100

97101
# Redirects for fundamentals
98102

99-
/fundamentals/blockchain-basics/ /learn/blockchain-basics/ 301!
100-
/fundamentals/why-substrate/ /learn/welcome-to-substrate/ 301!
101-
/fundamentals/architecture/ /learn/architecture/ 301!
102-
/fundamentals/node-and-network-types/ /learn/networks-and-nodes/ 301!
103-
/fundamentals/runtime-intro/ /learn/runtime-development/ 301!
104-
/fundamentals/consensus/ /learn/consensus/ 301!
105-
/fundamentals/transaction-types/ /learn/transaction-types/ 301!
106-
/fundamentals/transaction-lifecycle/ /learn/transaction-lifecycle/ 301!
107-
/fundamentals/state-transitions-and-storage/ /learn/state-transitions-and-storage/ 301!
108-
/fundamentals/accounts-addresses-keys/ /learn/accounts-addresses-keys/ 301!
109-
/fundamentals/rust-basics/ /learn/rust-basics/ 301!
110-
/fundamentals/offchain-operations/ /learn/offchain-operations/ 301!
103+
/fundamentals/blockchain-basics/ /learn/blockchain-basics/ 301!
104+
/fundamentals/why-substrate/ /learn/welcome-to-substrate/ 301!
105+
/fundamentals/architecture/ /learn/architecture/ 301!
106+
/fundamentals/node-and-network-types/ /learn/networks-and-nodes/ 301!
107+
/fundamentals/runtime-intro/ /learn/runtime-development/ 301!
108+
/fundamentals/consensus/ /learn/consensus/ 301!
109+
/fundamentals/transaction-types/ /learn/transaction-types/ 301!
110+
/fundamentals/transaction-lifecycle/ /learn/transaction-lifecycle/ 301!
111+
/fundamentals/state-transitions-and-storage/ /learn/state-transitions-and-storage/ 301!
112+
/fundamentals/accounts-addresses-keys/ /learn/accounts-addresses-keys/ 301!
113+
/fundamentals/rust-basics/ /learn/rust-basics/ 301!
114+
/fundamentals/offchain-operations/ /learn/offchain-operations/ 301!
115+
/fundamentals/light-clients-in-substrate-connect/ /learn/light-clients-in-substrate-connect/ 301!
116+
/fundamentals/runtime-development/ /learn/runtime-development/ 301!

0 commit comments

Comments
 (0)