From d413dc0e4dfd66723158b44abc3e1b7fb1cbc201 Mon Sep 17 00:00:00 2001 From: David Bucher <53481997+dabuchera@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:22:52 +0100 Subject: [PATCH] Update share-append-only-databases-with-hyperbee.md (#52) Corrected Path --- howto/share-append-only-databases-with-hyperbee.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/share-append-only-databases-with-hyperbee.md b/howto/share-append-only-databases-with-hyperbee.md index edb8824..a903f10 100644 --- a/howto/share-append-only-databases-with-hyperbee.md +++ b/howto/share-append-only-databases-with-hyperbee.md @@ -16,7 +16,7 @@ pear init -y -t terminal npm install corestore hyperswarm hyperbee b4a ``` -[Click here to save `dict.json`](./assets/dict.json). +[Click here to save `dict.json`](../assets/dict.json). Save it into `bee-writer-app` directory. The `dict.json` file contains 100K dictionary words. @@ -214,4 +214,4 @@ pear dev -- Now we can examine the Hyperbee as if it were just a Hypercore. -The `core-reader-app` will continually download and log the last block of the Hypercore containing the Hyperbee data. Note that these blocks are encoded using Hyperbee's `Node` encoding, which has been imported directly from `Hyperbee` here for the purposes of explanation. \ No newline at end of file +The `core-reader-app` will continually download and log the last block of the Hypercore containing the Hyperbee data. Note that these blocks are encoded using Hyperbee's `Node` encoding, which has been imported directly from `Hyperbee` here for the purposes of explanation.