docs: Fix README links (#81)

This commit is contained in:
Santiago Carmuega 2022-03-18 22:07:04 -03:00 committed by GitHub
parent 248da4c46d
commit 995ef127d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@ The following architectural decisions were made for this particular Rust impleme
## Development Status
| mini-protocol | status |
| ------------------------------ | ------- |
| [block-fetch](/blockfetch) | done |
| [chain-sync](/chainsync) | done |
| [handshake](/handshake) | done |
| [local-state](/localstate) | done |
| [tx-submission](/txsubmission) | done |
| local-tx-submission | ongoing |
| mini-protocol | status |
| ------------------------------- | ------- |
| [block-fetch](./blockfetch) | done |
| [chain-sync](./chainsync) | done |
| [handshake](./handshake) | done |
| [local-state](./localstate) | done |
| [tx-submission](./txsubmission) | done |
| local-tx-submission | ongoing |
## Implementation Details