fix(doc): wrong link address (#9370)

Signed-off-by: 117503445 <t117503445@gmail.com>

Signed-off-by: 117503445 <t117503445@gmail.com>
Co-authored-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
HaoTian
2022-09-03 20:39:13 +08:00
committed by GitHub
parent c71efd1283
commit e667b855c7
3 changed files with 3 additions and 3 deletions

View File

@@ -313,4 +313,4 @@ References
- `Tracking Ticket for P2P Refactor Project <https://github.com/tendermint/tendermint/issues/5670>`_
- `ADR 61: P2P Refactor Scope <../architecture/adr-061-p2p-refactor-scope.md>`_
- `ADR 62: P2P Architecture and Abstraction <../architecture/adr-061-p2p-architecture.md>`_
- `ADR 62: P2P Architecture and Abstraction <../architecture/adr-062-p2p-architecture.md>`_

View File

@@ -210,4 +210,4 @@ interesting to engage with. These could include dimensions, such as:
References
----------
- `ADR 66: End-to-End Testing <../architecture/adr-66-e2e-testing.md>`_
- `ADR 66: End-to-End Testing <../architecture/adr-066-e2e-testing.md>`_

View File

@@ -159,7 +159,7 @@ in many cases the panics were just added to simplify downstream error
checking, and could easily be converted to errors.
The `Don't Panic RFC
<https://github.com/tendermint/tendermint/blob/main/docs/rfc/rfc-008-do-not-panic.MD>`_
<./rfc-008-do-not-panic.md>`_
covers some of the background and approach.
While the changes are in this project are relatively rote, this will provide