Update to markdown links (#9384)

* first correction of markdown links

* Review updates
This commit is contained in:
samricotta
2022-09-08 10:31:35 +02:00
committed by GitHub
parent 59a711eabe
commit 5013bc3f4a
50 changed files with 154 additions and 167 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ This directory captures the ongoing work and discussion on fork
detection both in the context of a Tendermint light node and in the
context of IBC. It contains the following files
### [detection.md](./detection.md)
### [detection.md](./detection_003_reviewed.md)
a draft of the light node fork detection including "proof of fork"
definition, that is, the data structure to submit evidence to full
@@ -1,3 +1,4 @@
<!-- markdown-link-check-disable -->
# ***This an unfinished draft. Comments are welcome!***
**TODO:** We will need to do small adaptations to the verification
@@ -1,3 +1,4 @@
<!-- markdown-link-check-disable -->
# Light Client Attack Detector
In this specification, we strengthen the light client to be resistant
@@ -3,7 +3,7 @@
This document collects drafts of function for generating and
submitting proof of fork in the IBC context
- [IBC](#on---chain-ibc-component)
- [IBC](#on-chain-ibc-component)
- [Relayer](#relayer)
@@ -4,7 +4,7 @@
In the following, I distilled what I considered relevant from
<https://github.com/cosmos/ics/tree/master/spec/ics-002-client-semantics>
<https://github.com/cosmos/ibc>
### Components and their interface