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.