Skip to content

Commit

Permalink
Updated the redirects in the file. (#2001)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Rashmirreddy authored Jun 20, 2023
1 parent 453efc4 commit 061f81b
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions .netlify/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,28 @@

# Parachain Tutotial Redirects

/tutorials/connect-other-chains/ /tutorials/connect-relay-and-parachains/ 301!
/tutorials/v3/cumulus/start-relay /tutorials/connect-relay-and-parachains/prepare-a-local-relay-chain/ 301!
/tutorials/connect-other-chains/prepare-a-local-relay-chain/ /connect-relay-and-parachains/prepare-a-local-relay-chain/ 301!
/tutorials/connect-other-chains/connect-a-local-parachain/ /tutorials/connect-relay-and-parachains/connect-a-local-parachain/ 301!
/tutorials/connect-other-chains/ /tutorials/build-a-parachain/connect-a-local-parachain/ 301!
/tutorials/v3/cumulus/start-relay /tutorials/build-a-parachain/prepare-a-local-relay-chain/ 301!
/tutorials/connect-other-chains/prepare-a-local-relay-chain/ /tutorials/build-a-parachain/prepare-a-local-relay-chain/ 301!
/tutorials/connect-other-chains/connect-a-local-parachain/ /tutorials/build-a-parachain/connect-a-local-parachain/ 301!
/tutorials/connect-relay-and-parachains/acquire-a-testnet-slot/ /tutorials/build-a-parachain/acquire-a-testnet-slot/ 301!
/tutorials/get-started/build-local-blockchain/ /tutorials/build-a-blockchain/build-local-blockchain/ 301!
/tutorials/connect-relay-and-parachains/connect-a-local-parachain/ /tutorials/build-a-parachain/connect-a-local-parachain/ 301!


# Redirects for fundamentals

/fundamentals/blockchain-basics/ /learn/blockchain-basics/ 301!
/fundamentals/why-substrate/ /learn/welcome-to-substrate/ 301!
/fundamentals/architecture/ /learn/architecture/ 301!
/fundamentals/node-and-network-types/ /learn/networks-and-nodes/ 301!
/fundamentals/runtime-intro/ /learn/runtime-development/ 301!
/fundamentals/consensus/ /learn/consensus/ 301!
/fundamentals/transaction-types/ /learn/transaction-types/ 301!
/fundamentals/transaction-lifecycle/ /learn/transaction-lifecycle/ 301!
/fundamentals/state-transitions-and-storage/ /learn/state-transitions-and-storage/ 301!
/fundamentals/accounts-addresses-keys/ /learn/accounts-addresses-keys/ 301!
/fundamentals/rust-basics/ /learn/rust-basics/ 301!
/fundamentals/offchain-operations/ /learn/offchain-operations/ 301!
/fundamentals/blockchain-basics/ /learn/blockchain-basics/ 301!
/fundamentals/why-substrate/ /learn/welcome-to-substrate/ 301!
/fundamentals/architecture/ /learn/architecture/ 301!
/fundamentals/node-and-network-types/ /learn/networks-and-nodes/ 301!
/fundamentals/runtime-intro/ /learn/runtime-development/ 301!
/fundamentals/consensus/ /learn/consensus/ 301!
/fundamentals/transaction-types/ /learn/transaction-types/ 301!
/fundamentals/transaction-lifecycle/ /learn/transaction-lifecycle/ 301!
/fundamentals/state-transitions-and-storage/ /learn/state-transitions-and-storage/ 301!
/fundamentals/accounts-addresses-keys/ /learn/accounts-addresses-keys/ 301!
/fundamentals/rust-basics/ /learn/rust-basics/ 301!
/fundamentals/offchain-operations/ /learn/offchain-operations/ 301!
/fundamentals/light-clients-in-substrate-connect/ /learn/light-clients-in-substrate-connect/ 301!
/fundamentals/runtime-development/ /learn/runtime-development/ 301!

0 comments on commit 061f81b

Please sign in to comment.