Skip to content

Commit 062c8ac

Browse files
committed
fix broken links (again)
1 parent 0fc51ef commit 062c8ac

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/content/docs/agents/server-setup.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ interface NamespaceOptions {
240240
/** Custom namespace path */
241241
path?: string;
242242
/** RPC endpoints for permission verification */
243-
rpcUrls?: string[]; // Default: ['wss://api.testnet.torus.network']
243+
rpcUrls?: string[]; // Default: ['wss://api.torus.network']
244244
}
245245
```
246246

@@ -825,12 +825,12 @@ security:
825825
/>
826826
<LinkCard
827827
title="Register an Agent"
828-
href="/agents/register"
828+
href="/agents/register-agent"
829829
description="Register your agent on Torus"
830830
/>
831831
<LinkCard
832-
title="Namespace Permissions"
833-
href="/concepts/namespace-permissions"
832+
title="Permissions System"
833+
href="/v05/permissions"
834834
description="Understanding the permission system"
835835
/>
836836
</CardGrid>

src/content/docs/v05/capability-permissions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ Permissions are delegated by the agent owner to specific users through Torus's p
154154

155155
**Creating Permissions via Web Portal:**
156156

157-
- **Create Namespace Paths**: Use [https://portal.testnet.torus.network/create-namespace](https://portal.testnet.torus.network/create-namespace) to register namespace paths on the blockchain
158-
- **Delegate Permissions**: Use [https://portal.testnet.torus.network/create-permission](https://portal.testnet.torus.network/create-permission) to delegate capability permissions to specific users
157+
- **Create Namespace Paths**: Use [https://portal.torus.network/register-capability](https://portal.torus.network/register-capability) to register namespace paths on the blockchain
158+
- **Delegate Permissions**: Use [https://portal.torus.network/create-permission](https://portal.torus.network/create-permission) to delegate capability permissions to specific users
159159

160160
## Configuration Options
161161

@@ -191,7 +191,7 @@ agent.method("endpoint", {
191191
namespace: {
192192
enabled: true,
193193
rpcUrls: [
194-
"wss://api.testnet.torus.network",
194+
"wss://api.torus.network",
195195
"wss://backup-rpc.torus.network",
196196
],
197197
},

src/content/docs/v05/emission-permissions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ The accumulation mechanism efficiently processes emissions through a multi-stage
122122
<CardGrid>
123123
<LinkCard
124124
title="Permission System"
125-
href="/advanced/permissions"
125+
href="/v05/permissions"
126126
description="Understand the broader permission architecture and framework."
127127
/>
128128
<LinkCard
129-
title="Namespaces"
130-
href="/advanced/namespaces"
129+
title="Control Space"
130+
href="/v05/control-space"
131131
description="Learn about namespace organization and control space expansion."
132132
/>
133133
<LinkCard

0 commit comments

Comments
 (0)