Skip to content

Commit 697f23f

Browse files
heskewEthan-Arrowood
authored andcommitted
link fixes
1 parent e0a1f91 commit 697f23f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@ Welcome to the Harper Documentation! Here, you'll find all things Harper, and ev
4545
items={[
4646
{
4747
type: 'link',
48-
href: 'docs/developers/applications/',
48+
href: '/docs/developers/applications/',
4949
label: 'Harper Applications',
5050
description: 'Build your a fully featured Harper Component with custom functionality',
5151
},
5252
{
5353
type: 'link',
54-
href: 'docs/developers/rest',
54+
href: '/docs/developers/rest',
5555
label: 'REST Queries',
5656
description: 'The recommended HTTP interface for data access, querying, and manipulation',
5757
},
5858
{
5959
type: 'link',
60-
href: 'docs/developers/operations-api/',
60+
href: '/docs/developers/operations-api/',
6161
label: 'Operations API',
6262
description: 'Configure, deploy, administer, and control your Harper instance',
6363
},
6464
{
6565
type: 'link',
66-
href: 'docs/developers/replication/',
66+
href: '/docs/developers/replication/',
6767
label: 'Clustering & Replication',
6868
description:
6969
'The process of connecting multiple Harper databases together to create a database mesh network that enables users to define data replication patterns.',
7070
},
7171
{
7272
type: 'link',
73-
href: 'docs/administration/harper-studio/',
73+
href: '/docs/administration/harper-studio/',
7474
label: 'Explore the Harper Studio',
7575
description:
7676
'The web-based GUI for Harper. Studio enables you to administer, navigate, and monitor all of your Harper instances in a simple, user friendly interface.',

0 commit comments

Comments
 (0)