Skip to content

Commit 5e37cec

Browse files
committed
fix links
1 parent 9f0b2dc commit 5e37cec

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.reference/glossary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ A mechanism for specifying the initial state of a blockchain. By convention, thi
182182

183183
## GRANDPA
184184

185-
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language.
185+
A deterministic finality mechanism for blockchains that is implemented in the [Rust](https://rust-lang.org/){target=\_blank} programming language.
186186

187187
The [formal specification](https://github.com/w3f/consensus/blob/master/pdf/grandpa-old.pdf){target=\_blank} is maintained by the [Web3 Foundation](https://web3.foundation/){target=\_blank}.
188188

@@ -318,7 +318,7 @@ Learn more in the [storage items](https://paritytech.github.io/polkadot-sdk/mast
318318

319319
## Substrate
320320

321-
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://www.rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
321+
A flexible framework for building modular, efficient, and upgradeable blockchains. Substrate is written in the [Rust](https://rust-lang.org/){target=\_blank} programming language and is maintained by [Parity Technologies](https://www.parity.io/){target=\_blank}.
322322

323323
## Transaction
324324

@@ -345,7 +345,7 @@ An execution architecture that allows for the efficient, platform-neutral expres
345345
deterministic, machine-executable logic.
346346

347347
[Wasm](https://webassembly.org/){target=\_blank} can be compiled from many languages, including
348-
the [Rust](https://www.rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
348+
the [Rust](https://rust-lang.org/){target=\_blank} programming language. Polkadot SDK-based chains use a Wasm binary to provide portable [runtimes](#runtime) that can be included as part of the chain's state.
349349

350350
## Weight
351351

0 commit comments

Comments
 (0)