Skip to content

Commit 349ea2d

Browse files
fix(docs): rpc images use local paths (#574)
1 parent 3e1133c commit 349ea2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/program/rpc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Request using the requester
3333
### Visualized
3434

3535
<p align="center">
36-
<img width="400" src="/modules/program/rpc/rpc1.png" alt="p1">
36+
<img width="400" src="./rpc1.png" alt="p1">
3737
</p>
3838

3939

4040

4141
<p align="center">
42-
<img width="400" src="/modules/program/rpc/rpc2.png" alt="p1">
42+
<img width="400" src="./rpc2.png" alt="p1">
4343
</p>
4444

4545
See [Document store](https://github.com/dao-xyz/peerbit/tree/master/packages/programs/data/document) and [Clock Service](https://github.com/dao-xyz/peerbit/tree/master/packages/programs/clock-service) as implementation examples.

0 commit comments

Comments
 (0)