From 7f21a55a32f8bfc764c456099514f615d2adee66 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 24 Sep 2021 15:28:46 +0000 Subject: [PATCH] Fix public key md links (#20162) (#20167) (cherry picked from commit 9653f6b28dec4d088f245842f51c9e061ebdeb29) Co-authored-by: Israel Ferrer Camacho --- docs/src/terminology.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/terminology.md b/docs/src/terminology.md index ef4626fd27..a405d7494d 100644 --- a/docs/src/terminology.md +++ b/docs/src/terminology.md @@ -8,7 +8,7 @@ The following terms are used throughout the documentation. A record in the Solana ledger that either holds data or is an executable program. -Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a [key], often referred to as a [public key](terminology.md#public-key) or pubkey. +Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a [key], often referred to as a [public key](terminology.md#public-key-pubkey) or pubkey. The key may be one of: an ed25519 public key @@ -147,7 +147,7 @@ The smallest contiguous unit of execution logic in a [program](terminology.md#pr ## keypair -A [public key](terminology.md#public-key) and corresponding [private key](terminology.md#private-key) for accessing an account. +A [public key](terminology.md#public-key-pubkey) and corresponding [private key](terminology.md#private-key) for accessing an account. ## lamport @@ -159,7 +159,7 @@ The role of a [validator](terminology.md#validator) when it is appending [entrie ## leader schedule -A sequence of [validator](terminology.md#validator) [public keys](terminology.md#public-key) mapped to [slots](terminology.md#slot). The cluster uses the leader schedule to determine which validator is the [leader](terminology.md#leader) at any moment in time. +A sequence of [validator](terminology.md#validator) [public keys](terminology.md#public-key-pubkey) mapped to [slots](terminology.md#slot). The cluster uses the leader schedule to determine which validator is the [leader](terminology.md#leader) at any moment in time. ## ledger