[example] fix outdated link and filename in README

- Fixed outdated link so it no longer gives 404
- Updated folder name from `dchat-seed` to `dchat`
This commit is contained in:
y
2023-07-26 19:18:55 -04:00
committed by parazyd
parent 6bdcadb958
commit 69602de999

View File

@@ -2,14 +2,14 @@
A demo chat program to document DarkFi net
code. Tutorial can be found in the [DarkFi
book](https://darkrenaissance.github.io/darkfi/learn/writing-a-p2p-app.html).
book](https://darkrenaissance.github.io/darkfi/learn/dchat/dchat.html).
## Usage
Spin up a seed node:
```shell
cd example/dchat-seed
cd example/dchat
cargo run
```