Update and rename README.md to remote-log.md

This commit is contained in:
Jimmy Debe 2024-02-01 22:43:21 -05:00 committed by GitHub
parent 0253d534ff
commit 3fd8b5ac65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ The *remote log* protobuf is what is stored in the name system.
<!-- diagram -->
<p align="center">
<img src="../assets/remotelog/remote-log.png" />
<img src="./images/remote-log.png" />
<br />
Figure 1: Remote log data synchronization.
</p>
@ -204,7 +204,7 @@ in time.
### Interaction with MVDS
[vac.mvds.Message](/spec/2#payloads) payloads are the only payloads that MUST be uploaded. Other messages types MAY be uploaded, depending on the implementation.
[vac.mvds.Message](../2/mvds.md/#payloads) payloads are the only payloads that MUST be uploaded. Other messages types MAY be uploaded, depending on the implementation.
## Acknowledgments