Skip to content

Commit e8f4306

Browse files
authored
Fixed broken links in Update index.md - #1954 (#1992)
* Fixed broken links in Update index.md - #1954 * fixed spelling error in custom-pallets.md - #1981
1 parent 977c8b8 commit e8f4306

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/md/en/docs/build/custom-pallets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
The most common approach to building a custom runtime is to start with [existing pallets](/reference/frame-pallets/).
88
For example, you might start building an application-specific staking pallet that uses the types exposed in existing Collective and Balances pallets, but includes custom runtime logic required by your application and its staking rules.
99

10-
Although [FRAME pallets](/reference/frame-pallets) provides an overview of the most common pallets, the best place to find current information about existing pallets is the [Rust API](/reference/rust-api/) documentation for crates tht use the naming convention `pallet_*`.
10+
Although [FRAME pallets](/reference/frame-pallets) provides an overview of the most common pallets, the best place to find current information about existing pallets is the [Rust API](/reference/rust-api/) documentation for crates that use the naming convention `pallet_*`.
1111

1212
If you don't find a pallet that meets your needs, you can use FRAME macros to build the scaffolding for a custom pallet.
1313

content/md/en/docs/quick-start/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Although the parts are interrelated, each part presents information in a differe
2424
The **Developer journey** presents information in the form of a narrative arc:
2525

2626
- [Learn](/learn/) covers core blockchain and Substrate concepts and operations.
27-
- [Install](/iinstall/) provides platorm-specific installation instructions and troubleshooting tips for installation-related issues.
27+
- [Install](/install/) provides platorm-specific installation instructions and troubleshooting tips for installation-related issues.
2828
- [Build](/build/) exposes the tools and techniques for building custom blockchain applications.
29-
- [Test](/tests/) highlights approaches for unit testing and benchmarking code before deploying on a test network or in a production environment.
29+
- [Test](/test/) highlights approaches for unit testing and benchmarking code before deploying on a test network or in a production environment.
3030
- [Deploy](/deploy/) describes different options for deploying nodes, how to prepare for deployment, and how to move from a test network to a production network.
3131
- [Maintain](/maintain/) provides general information about maintaining your network with hardware and software upgrades, managing new releases, and maintaining your infrastructure.
3232

0 commit comments

Comments
 (0)