Skip to content

Commit

Permalink
Fix bad links (#4231)
Browse files Browse the repository at this point in the history
The solochain template links to parachain template instead of solochain.
  • Loading branch information
njelich authored and Morganamilo committed May 2, 2024
1 parent 42c1d1f commit e8f8aac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/solochain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ A fresh [Substrate](https://substrate.io/) node, ready for hacking :rocket:

A standalone version of this template is available for each release of Polkadot
in the [Substrate Developer Hub Parachain
Template](https://github.com/substrate-developer-hub/substrate-parachain-template/)
Template](https://github.com/substrate-developer-hub/substrate-node-template/)
repository. The parachain template is generated directly at each Polkadot
release branch from the [Node Template in
Substrate](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/bin/node-template)
release branch from the [Solochain Template in
Substrate](https://github.com/paritytech/polkadot-sdk/tree/master/templates/solochain)
upstream

It is usually best to use the stand-alone version to start a new project. All
Expand Down

0 comments on commit e8f8aac

Please sign in to comment.