Просмотр исходного кода

[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 3 лет назад
Родитель
Сommit
69602de999
1 измененных файлов с 2 добавлено и 2 удалено
  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
 A demo chat program to document DarkFi net
 code. Tutorial can be found in the [DarkFi
 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
 ## Usage
 
 
 Spin up a seed node:
 Spin up a seed node:
 
 
 ```shell
 ```shell
-cd example/dchat-seed
+cd example/dchat
 cargo run
 cargo run
 ```
 ```