Skip to content

Commit 5954f47

Browse files
authored
Merge pull request #178 from HarperDB/hyperlinks-fix
Hyperlinks fix
2 parents 3e66dd5 + 223e4fb commit 5954f47

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

docs/getting-started/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ For more advanced concepts in Harper, see our [blog](https://www.harpersystems.d
1919
<tbody>
2020
<tr>
2121
<td>
22-
<a href="getting-started/install-harper.md"><strong>Install Harper</strong></a>
22+
<a href="./install-harper.md"><strong>Install Harper</strong></a>
2323
</td>
2424
<td>Pick the installation method that best suits your environment</td>
2525
<td></td>
26-
<td><a href="getting-started/install-harper.md">install-harper</a></td>
26+
<td><a href="./install-harper.md">install-harper</a></td>
2727
</tr>
2828
<tr>
29-
<td><a href="getting-started/what-is-harper.md"><strong>What is Harper</strong></a></td>
29+
<td><a href="./what-is-harper.md"><strong>What is Harper</strong></a></td>
3030
<td>Learn about Harper, how it works, and some of its usecases</td>
3131
<td></td>
32-
<td><a href="getting-started/what-is-harper.md">what-is-harper</a></td>
32+
<td><a href="./what-is-harper.md">what-is-harper</a></td>
3333
</tr>
3434
<tr>
35-
<td><a href="getting-started/harper-concepts.md"><strong>Harper Concepts</strong></a></td>
35+
<td><a href="./harper-concepts.md"><strong>Harper Concepts</strong></a></td>
3636
<td>Learn about Harper's fundamental concepts and how they interact</td>
3737
<td></td>
38-
<td><a href="getting-started/harper-concepts.md">harper-concepts</a></td>
38+
<td><a href="./harper-concepts.md">harper-concepts</a></td>
3939
</tr>
4040
</tbody>
4141
</table>

docs/getting-started/what-is-harper.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,16 @@ What we realized is that networking systems together in this way is inefficient
2222

2323
Start by running Harper locally with [npm](https://www.npmjs.com/package/harperdb) or [Docker](https://hub.docker.com/r/harperdb/harperdb).
2424

25-
Since technology tends to be built around the storage, processing, and transfer of data, start by [defining your schema](developers/applications/#creating-our-first-table) with the `schema.graphql` file in the root of the application directory.
25+
Since technology tends to be built around the storage, processing, and transfer of data, start by [defining your schema](../developers/applications/#creating-our-first-table) with the `schema.graphql` file in the root of the application directory.
2626

27-
If you would like to [query](developers/applications/#adding-an-endpoint) this data, add the `@export` directive to our data schema and test out the [REST](developers/rest.md), [MQTT](developers/real-time.md#mqtt), or [WebSocket](developers/real-time.md#websockets) endpoints.
27+
If you would like to [query](../developers/applications/#adding-an-endpoint) this data, add the `@export` directive to our data schema and test out the [REST](../developers/rest.md), [MQTT](../developers/real-time.md#mqtt), or [WebSocket](../developers/real-time.md#websockets) endpoints.
2828

29-
When you are ready for something a little more advanced, start [customizing your application](developers/applications/#custom-functionality-with-javascript).
29+
When you are ready for something a little more advanced, start [customizing your application](../developers/applications/#custom-functionality-with-javascript).
3030

31-
Finally, when it’s time to deploy, explore [replication](developers/replication/) between nodes.
31+
Finally, when it’s time to deploy, explore [replication](../developers/replication/) between nodes.
3232

33-
If you would like to jump into the most advanced capabilities, learn about [components](developers/components/).
33+
If you would like to jump into the most advanced capabilities, learn about [components](../developers/components/).
3434

35-
For a more comprehensive deep dive, take a look at our [Getting Started Guide](getting-started.md).
3635

3736
{% hint style="warning" %}
3837
Need help? Please don’t hesitate to [reach out](https://www.harpersystems.dev/contact).
@@ -48,7 +47,7 @@ For use cases like e-commerce, real estate listing, and content-oriented sites,
4847

4948
### Data Delivery Networks
5049

51-
For use cases like real-time sports updates, flight tracking, and zero-day software update distribution, Harper is rapidly gaining popularity. Harper’s ability to receive and broadcast messages while simultaneously handling application logic and data storage streamlines operations and eliminates the need for multiple separate systems. To build an understanding of our messaging system function, refer to our [real-time documentation](developers/real-time.md).
50+
For use cases like real-time sports updates, flight tracking, and zero-day software update distribution, Harper is rapidly gaining popularity. Harper’s ability to receive and broadcast messages while simultaneously handling application logic and data storage streamlines operations and eliminates the need for multiple separate systems. To build an understanding of our messaging system function, refer to our [real-time documentation](../developers/real-time.md).
5251

5352
### Edge Inference Systems
5453

0 commit comments

Comments
 (0)