Skip to content

Commit

Permalink
docs(README): fix links (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward authored Jun 25, 2020
1 parent baee3e6 commit 3ab7900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions retrievalmarket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,9 @@ See this repo's [piecestore module](../piecestore).

* Retrieval Client FSM diagram:

[![Diagram of RetrievalClientFSM](../docs/retrievalclient.mmd.png)](../retrievalclient.mmd.svg)
[![Diagram of RetrievalClientFSM](../docs/retrievalclient.mmd.png)](https://raw.githubusercontent.com/filecoin-project/go-fil-markets/master/docs/retrievalclient.mmd.svg)


* Retrieval Provider FSM diagram:

[![Diagram of RetrievalClientFSM](../docs/retrievalprovider.mmd.png)](../retrievalprovider.mmd.svg)
[![Diagram of RetrievalClientFSM](../docs/retrievalprovider.mmd.png)](https://raw.githubusercontent.com/filecoin-project/go-fil-markets/master/docs/retrievalprovider.mmd.svg)
4 changes: 2 additions & 2 deletions storagemarket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ See this repo's [piecestore module](../piecestore).
* Storage Client FSM diagram:
[![Diagram of StorageClientFSM](../docs/storageclient.mmd.png)](../storageclient.mmd.svg)
[![Diagram of StorageClientFSM](../docs/storageclient.mmd.png)](https://raw.githubusercontent.com/filecoin-project/go-fil-markets/master/docs/storageclient.mmd.svg)
* Storage Provider FSM diagram:
[![Diagram of StorageClientFSM](../docs/storageprovider.mmd.png)](../storageprovider.mmd.svg)
[![Diagram of StorageClientFSM](../docs/storageprovider.mmd.png)](https://raw.githubusercontent.com/filecoin-project/go-fil-markets/master/docs/storageprovider.mmd.svg)

0 comments on commit 3ab7900

Please sign in to comment.