From 14369f337dc5e737ecdb265bc9aeab1a80dcb1b6 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 31 Oct 2023 08:28:02 -0700 Subject: [PATCH] Resolve all broken links. --- src/introduction/a-path-to-pos-zcash.md | 4 ++-- src/introduction/status-and-next-steps.md | 2 +- src/overview.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/introduction/a-path-to-pos-zcash.md b/src/introduction/a-path-to-pos-zcash.md index 19d0d27..af9fc15 100644 --- a/src/introduction/a-path-to-pos-zcash.md +++ b/src/introduction/a-path-to-pos-zcash.md @@ -1,6 +1,6 @@ # A Path to Proof-of-Stake Zcash -The [TFL](./terminology.md#definition-tfl) design provides a possible first step in transitioning [Zcash](https://z.cash) to a [PoS](./terminology.md#definition-pos) protocol. Here we describe how a transition to PoS relates to "the Zcash roadmap" and how TFL fits into one approach to a PoS transition. +The [TFL](../terminology.md#definition-tfl) design provides a possible first step in transitioning [Zcash](https://z.cash) to a [PoS](../terminology.md#definition-pos) protocol. Here we describe how a transition to PoS relates to "the Zcash roadmap" and how TFL fits into one approach to a PoS transition. ## The Zcash Tech-Tree @@ -23,7 +23,7 @@ After this transition to pure PoS, there are likely to be future improvements to Our primary motivation for proposing (at least) two steps is to minimize disruption to usability, safety, security, and the ecosystem during each step. -With this approach, the Zcash Tech Tree with the [TFL](./terminology.md#definition-tfl) approach might look something like this: +With this approach, the Zcash Tech Tree with the [TFL](../terminology.md#definition-tfl) approach might look something like this: ```dot process {{#include ../diagrams/zcash-tech-tree-tfl-steps.dot}} diff --git a/src/introduction/status-and-next-steps.md b/src/introduction/status-and-next-steps.md index 14ab287..ca1db48 100644 --- a/src/introduction/status-and-next-steps.md +++ b/src/introduction/status-and-next-steps.md @@ -46,4 +46,4 @@ This design proposal is being developed by [Electric Coin Company](https://elect The fine-grained day-to-day goals and tasks for this project are present in [the Zcash Developers Hub](https://zcash.github.io/developers) in the [TFL-focused DAG](https://zcash.github.io/developers/zcash-tfl-dag). -Please also see [Getting Involved](./getting-involved.md) if you are interested in tracking this progress more closely, or in contributing. +Please also see [Get Involved](./get-involved.md) if you are interested in tracking this progress more closely, or in contributing. diff --git a/src/overview.md b/src/overview.md index 1e59349..47be378 100644 --- a/src/overview.md +++ b/src/overview.md @@ -10,5 +10,5 @@ The integration of the current PoW consensus with the TFL produces a new top-lev In the following subchapters we introduce the [Design at a Glance](./overview/design-at-a-glance.md), then provide an overview of the major components of the design. -Following this overview chapter, we proceed into a detailed [Protocol Specification](./protocol-specification.md). +Following this overview chapter, we proceed into a detailed [Protocol Specification (TODO)]().