Skip to content

Commit 9159853

Browse files
authored
docs: fix broken link (#2592)
1 parent 567f3ee commit 9159853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ they are uploaded to a blockchain that runs PolkaVM, PolkaVM then
6262
interprets them.
6363
As contracts are executed in a sandbox execution environment on the
6464
blockchain itself we compile them to a `no_std` environment.
65-
More specifically they are executed by the [`pallet-revive`](https://github.com/paritytech/substrate/tree/master/frame/revive),
65+
More specifically they are executed by the [`pallet-revive`](https://github.com/paritytech/polkadot-sdk/tree/master/substrate/frame/revive),
6666
a module of the Polkadot SDK blockchain framework. This module takes ink!
6767
smart contracts and runs them in a PolkaVM sandbox environment.
6868
It also provides an API to smart contracts for anything a smart contract

0 commit comments

Comments
 (0)