Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 85ee96b

Browse files
committed
Fix Links
1 parent e41eb84 commit 85ee96b

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Substrate is designed to be used in one of three ways:
9595

9696
- Follow our [tutorial to start a private network with Substrate](tutorials/start-a-private-network/).
9797

98-
- Follow our [tutorial to add a runtime module to your Substrate runtime](tutorials/add-a-pallet-to-your-runtime/).
98+
- Follow our [tutorial to add a pallet to your FRAME runtime](tutorials/add-a-pallet/).
9999

100100
### References
101101

docs/knowledgebase/runtime/frame.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ amount for any reason other than transaction fee payment.
410410
### Examples
411411

412412
- Follow a
413-
[tutorial to add a pallet to your Substrate runtime](../../tutorials/add-a-pallet-to-your-runtime/).
413+
[tutorial to add a pallet to your FRAME runtime](../../tutorials/add-a-pallet/).
414414

415415
### References
416416

docs/knowledgebase/runtime/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ can be upgraded without a hard fork.
3232
- Follow a
3333
[tutorial to develop your first Substrate chain](../../tutorials/create-your-first-substrate-chain/).
3434
- Follow a
35-
[tutorial to add a pallet to your Substrate runtime](../../tutorials/add-a-pallet-to-your-runtime/).
35+
[tutorial to add a pallet to your Substrate runtime](../../tutorials/add-a-pallet/).

docs/knowledgebase/smart-contracts/contracts-pallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ or upgradeable contracts on a Substrate based blockchain.
113113
### Examples
114114

115115
- Follow a
116-
[tutorial to add this Contracts pallet to your Substrate runtime](https://substrate.dev/docs/en/tutorials/add-a-pallet-to-your-runtime/).
116+
[tutorial to add this Contracts pallet to your Substrate runtime](../../tutorials/add-contracts-pallet/).
117117

118118
### References
119119

docs/knowledgebase/smart-contracts/evm-pallet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ to support earlier hard fork configurations.
5151

5252
### Examples
5353

54-
- Follow a
55-
[tutorial to add a runtime module to your Substrate runtime](https://substrate.dev/docs/en/tutorials/add-a-pallet-to-your-runtime/).
54+
- Follow a [tutorial to add a pallet to your FRAME runtime](../../tutorials/add-a-pallet/).
5655

5756
### References
5857

docs/knowledgebase/smart-contracts/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ cargo +nightly test
4141
### How do I add the Contracts module to my custom chain?
4242

4343
You can follow
44-
[our guide here](https://substrate.dev/docs/en/tutorials/add-a-pallet-to-your-runtime/) for
45-
instructions to add the Contracts pallet and other FRAME pallets to your blockchain runtime.
44+
[our guide here](../../tutorials/add-contracts-pallet/) for instructions to add the Contracts pallet
45+
and other FRAME pallets to your blockchain runtime.

docs/knowledgebase/smart-contracts/ink-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Join the growing community of ink! smart contract developers:
9595
### Examples
9696

9797
- Follow a
98-
[tutorial to add this Contracts pallet to your Substrate runtime](https://substrate.dev/docs/en/tutorials/add-a-pallet-to-your-runtime/).
98+
[tutorial to add this Contracts pallet to your Substrate runtime](../../tutorials/add-contracts-pallet/).
9999

100100
### References
101101

docs/knowledgebase/smart-contracts/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ influence your decision on the kinds of situations you may want to use these dif
177177
### Examples
178178

179179
- Follow a
180-
[tutorial to add a runtime module to your Substrate runtime](../../tutorials/add-a-pallet-to-your-runtime/).
180+
[tutorial to add the Contracts pallet to your FRAME runtime](../../tutorials/add-contracts-pallet/).
181181
- Learn how to
182182
[start developing with the Contracts pallet and ink!](ink-development).
183183

docs/tutorials/add-a-pallet/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ If you run into an issue on this tutorial, **we are here to help!** You can
2626
## Install the Node Template
2727

2828
You should already have version `v2.0.0-rc6` of the Node Template compiled on your computer from
29-
when you completed the [Create Your First Substrate Chain](../create-your-first-substrate-chain/)
30-
and [Build a dApp](../build-a-dapp) tutorials. If you do not, please complete them.
29+
when you completed the
30+
[Create Your First Substrate Chain](../../tutorials/create-your-first-substrate-chain/) and
31+
[Build a dApp](../../tutorials/build-a-dapp) tutorials. If you do not, please complete them.
3132

3233
> Experienced developers who truly prefer to skip those tutorials may install the Node Template
3334
> according to

docs/tutorials/build-a-dapp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We only expect that:
1515

1616
- You are generally familiar with software development, writing code, and running your code.
1717
- You have completed the
18-
[Create Your First Substrate Chain Tutorial](../create-your-first-substrate-chain).
18+
[Create Your First Substrate Chain Tutorial](../../tutorials/create-your-first-substrate-chain).
1919
- You are open to learning about the bleeding edge of blockchain development.
2020

2121
If you run into an issue on this tutorial, **we are here to help!** You can

0 commit comments

Comments
 (0)