Skip to content

Commit b12537a

Browse files
committed
Fix broken links (fix #271)
1 parent 480ea3a commit b12537a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

book

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 37c09c38519ae5ed1835632926fffb00ef05c830
1+
Subproject commit 150b745c2d1263673a8c74aa6c6e7ec8dde8f2c8

not-so-smart-contracts/substrate/origins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ let sender = ensure_signed(origin)?;
5858
# References
5959

6060
- https://docs.substrate.io/main-docs/build/origins/
61-
- https://docs.substrate.io/tutorials/work-with-pallets/specify-the-origin-for-a-call/
61+
- https://docs.substrate.io/tutorials/build-application-logic/specify-the-origin-for-a-call/
6262
- https://paritytech.github.io/substrate/master/pallet_sudo/index.html#
6363
- https://paritytech.github.io/substrate/master/pallet_democracy/index.html

not-so-smart-contracts/substrate/validate_unsigned/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Note that the simplest solution would be to sign the offchain submissions so tha
4949
- https://docs.substrate.io/main-docs/fundamentals/transaction-types/#unsigned-transactions
5050
- https://docs.substrate.io/main-docs/fundamentals/offchain-operations/
5151
- https://github.com/paritytech/substrate/blob/polkadot-v0.9.26/frame/examples/offchain-worker/src/lib.rs
52-
- https://docs.substrate.io/tutorials/work-with-pallets/add-offchain-workers/
52+
- https://docs.substrate.io/tutorials/build-application-logic/add-offchain-workers/
5353
- https://docs.substrate.io/reference/how-to-guides/offchain-workers/offchain-http-requests/

0 commit comments

Comments
 (0)