Explorar o código

[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`
y %!s(int64=3) %!d(string=hai) anos
pai
achega
69602de999
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      example/dchat/README.md

+ 2 - 2
example/dchat/README.md

@@ -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
 ```