gossipsub v1.1 spec: fix anchor links. (#304)

* gossipsub v1.1 spec: fix anchor links.

* fix p3 and p3b links.

* Update gossipsub-v1.1.md
This commit is contained in:
Raúl Kripalani
2020-12-10 10:41:05 +00:00
committed by GitHub
parent b70ccf2319
commit 7d02f53b86

View File

@@ -28,10 +28,13 @@ See the [lifecycle document][lifecycle-spec] for context about maturity level an
---
<!-- (!!!) WARN: anchor links generated by doctoc were monkey-patched to work around GitHub
not encoding subscripts properly in anchors.
-->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Overview](#overview)
- [Protocol extensions](#protocol-extensions)
- [Explicit Peering Agreements](#explicit-peering-agreements)
@@ -46,10 +49,10 @@ See the [lifecycle document][lifecycle-spec] for context about maturity level an
- [Opportunistic Grafting](#opportunistic-grafting)
- [The Score Function](#the-score-function)
- [Topic Parameter Calculation and Decay](#topic-parameter-calculation-and-decay)
- [P₁: Time in Mesh](#p%E2%82%81-time-in-mesh)
- [P₂: First Message Deliveries](#p%E2%82%82-first-message-deliveries)
- [P₃ and P₃b: Mesh Message Delivery](#p%E2%82%83-and-p%E2%82%83b-mesh-message-delivery)
- [P₄: Invalid Messages](#p%E2%82%84-invalid-messages)
- [P₁: Time in Mesh](#p-time-in-mesh)
- [P₂: First Message Deliveries](#p-first-message-deliveries)
- [P₃ and P₃b: Mesh Message Delivery](#p-and-pb-mesh-message-delivery)
- [P₄: Invalid Messages](#p-invalid-messages)
- [Parameter Decay](#parameter-decay)
- [Guidelines for Tuning the Scoring Function](#guidelines-for-tuning-the-scoring-function)
- [Extended Validators](#extended-validators)