From e0cf188a2cac1b3c074dff057958048c72f18337 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Fri, 29 Oct 2021 07:00:17 -0500 Subject: [PATCH] README: fix broken links (#71) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e95c0e..75f6688 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ See [Aqua Book](https://fluence.dev/aqua-book/libraries/aqua-dht). ## How to Use -See two examples in the [examples](./examples) directory: -- Calling `aqua-dht` functions in TS/JS: [examples/typescript](./examples/typescript) -- Writing an Aqua script using `aqua-dht`: [example.aqua](./examples/aqua/example.aqua) +See [example](./example): +- How to call [`aqua-dht`](./example/src/example.ts) function in TS/JS +- Writing an Aqua script using `aqua-dht`: [event_example.aqua](./example/src/aqua/event_example.aqua) ## API