Skip to content

Commit

Permalink
Fix link to substrate docs (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez authored Jul 26, 2023
1 parent 39a2a98 commit 69d39de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ will output something that looks like this:
🏗 Building polkadot-runtime as release using rustc 1.70.0
⏳ That can take a little while, be patient... subsequent builds will be faster.
Since you have to wait a little, you may want to learn more about Substrate runtimes:
https://docs.substrate.io/v3/getting-started/architecture/
https://docs.substrate.io/learn/architecture/

Finished release [optimized] target(s) in 37.43s

Expand Down
2 changes: 1 addition & 1 deletion README_src.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ will output something that looks like this:
🏗 Building polkadot-runtime as release using rustc {rsversion}
⏳ That can take a little while, be patient... subsequent builds will be faster.
Since you have to wait a little, you may want to learn more about Substrate runtimes:
https://docs.substrate.io/v3/getting-started/architecture/
https://docs.substrate.io/learn/architecture/
Finished release [optimized] target(s) in 37.43s
----
Expand Down
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ ! "$*" =~ --json || "$*" =~ --app ]]; then
echo -e "🏗 Building $PACKAGE as $PROFILE using $RUSTCV"
echo -e "⏳ That can take a little while, be patient... subsequent builds will be faster."
echo -e " Since you have to wait a little, you may want to learn more about Substrate runtimes:"
echo -e " https://docs.substrate.io/v3/getting-started/architecture/"
echo -e " https://docs.substrate.io/learn/architecture/"
fi

# Build the runtime
Expand Down

0 comments on commit 69d39de

Please sign in to comment.