Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated index.md file closes #2007 issue #2016

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/md/en/docs/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The **Developer journey** presents information in the form of a narrative arc:
The **Tutorials** provide hands-on learning experiences that cover different aspects of building and managing a Substrate-based blockchain:

- [Build a blockchain](/tutorials/build-a-blockchain/) tutorials are focused on network basics from starting a single node to creating a private four node blockchain, monitoring node operations, and upgrading a running network.
- [Build application logic](/tutorials/work-with-pallets/) tutorials are focused on how to implement application-specific logic working with existing and custom pallets.
- [Build a parachain](/tutorials/connect-relay-and-parachains/) tutorials are focused on how to move from a standalone chain to a parachain, connect a parachain to a relay chain, and send messages between chains.
- [Build application logic](/tutorials/build-application-logic/) tutorials are focused on how to implement application-specific logic working with existing and custom pallets.
- [Build a parachain](/tutorials/build-a-parachain/) tutorials are focused on how to move from a standalone chain to a parachain, connect a parachain to a relay chain, and send messages between chains.

The **Reference** provides direct access to technical information such as the Rust API and help for command-line tools.