Skip to content

Commit 07b6b39

Browse files
committed
fix some broken links
1 parent 6aa9695 commit 07b6b39

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

src/content/docs/concepts/governance-dao.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,10 @@ Proposals are the primary mechanism for implementing changes to the Torus protoc
7777

7878
</TabItem>
7979
</Tabs>
80+
81+
82+
<LinkCard
83+
title="Whitelist Application Process"
84+
href="/agents/apply-root-agent/"
85+
description="Learn how to register an agent in Torus."
86+
/>

src/content/docs/concepts/network-overview.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
Steps,
1111
} from "@astrojs/starlight/components";
1212

13+
1314
### Network
1415
The network consists of a dynamic set of registered agents competing to attract incentive from the allocator to earn TORUS. Incentives are weight-based, representing share in the continuous emission distribution.
1516

src/content/docs/v05/permissions.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ The enforcement system creates a sophisticated bridge between on-chain permissio
6464

6565
<CardGrid>
6666
<LinkCard
67-
title="Namespaces"
68-
href="/advanced/namespaces"
69-
description="Understand how namespaces enable permission instantiation."
67+
title="Control Space"
68+
href="/advanced/control-space"
69+
description="Understand how control space enables capability instantiation."
7070
/>
7171
<LinkCard
72-
title="Namespace Permissions"
73-
href="/advanced/namespace-permissions"
72+
title="Capability Permissions"
73+
href="/advanced/capability-permissions"
7474
description="Learn how agents use capability permissions for access controls."
7575
/>
7676
<LinkCard

0 commit comments

Comments
 (0)