From 69602de99940ee160f3e5ae1fab1947fd68e1aef Mon Sep 17 00:00:00 2001 From: y Date: Wed, 26 Jul 2023 19:18:55 -0400 Subject: [PATCH] [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` --- example/dchat/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/dchat/README.md b/example/dchat/README.md index 28d76323c..c7e98583f 100644 --- a/example/dchat/README.md +++ b/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 ```