From 693a74ad0d4f5e15c3aa5b56db9312967713f7e8 Mon Sep 17 00:00:00 2001 From: Feist Josselin Date: Mon, 6 Mar 2023 15:57:18 +0100 Subject: [PATCH] Update README.md --- not-so-smart-contracts/substrate/validate_unsigned/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/not-so-smart-contracts/substrate/validate_unsigned/README.md b/not-so-smart-contracts/substrate/validate_unsigned/README.md index d1a85e5b..30586c6f 100644 --- a/not-so-smart-contracts/substrate/validate_unsigned/README.md +++ b/not-so-smart-contracts/substrate/validate_unsigned/README.md @@ -45,5 +45,5 @@ Note that the simplest solution would be to sign the offchain submissions so tha - https://docs.substrate.io/main-docs/fundamentals/transaction-types/#unsigned-transactions - https://docs.substrate.io/main-docs/fundamentals/offchain-operations/ - https://github.com/paritytech/substrate/blob/polkadot-v0.9.26/frame/examples/offchain-worker/src/lib.rs -- https://docs.substrate.io/reference/how-to-guides/offchain-workers/offchain-transactions/ -- https://docs.substrate.io/reference/how-to-guides/offchain-workers/offchain-http-requests/ \ No newline at end of file +- https://docs.substrate.io/tutorials/work-with-pallets/add-offchain-workers/ +- https://docs.substrate.io/reference/how-to-guides/offchain-workers/offchain-http-requests/