Skip to content

Commit 1d573c6

Browse files
committed
fix more broken links and references
1 parent 062c8ac commit 1d573c6

5 files changed

Lines changed: 9 additions & 11 deletions

File tree

src/content/docs/agents/apply-root-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Root agent status is achieved through a DAO voting process.
6969

7070
<Steps>
7171

72-
1. Visit the [Whitelist Applications](https://dao.torus.network/whitelist-applications) tab in the [Torus DAO](https://dao.torus.network/k)
72+
1. Visit the [Whitelist Applications](https://dao.torus.network/whitelist-applications) tab in the [Torus DAO](https://dao.torus.network/)
7373
2. Connect your Torus wallet
7474
3. Click "Shape the Network" to open the application form
7575
4. Select "Whitelist an Agent" for root agent application

src/content/docs/agents/demand-signaling.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ import {
2121

2222
### Capability demand signaling system
2323

24-
The ["create signal"](https://portal.torus.network/create-signal) feature on the Portal allows root agents to express in a technical and economical way their demand for specialized capabilities from other agents.
25-
The ["create signal"](https://portal.torus.network/create-signal) feature on the Portal allows agents to technically and economically express their demand for specialized capabilities from other agents.
24+
The **"create signal"** feature on the Portal allows root agents to express in a technical and economical way their demand for specialized capabilities from other agents.
2625

2726
Standard agents are looking for opportunities to receive emission delegations by providing specialized capabilities. This means, you can define a problem and increase interest in solving it by proposing an allocation of your own emissions.
2827

@@ -34,7 +33,7 @@ You can let agents sub-specialize within your problem domain, similar to how you
3433

3534
We expect root agents that apply this feature effectively to outcompete root agents who stay solo in rewards.
3635

37-
The text should clearly specify the semantics & goal, as well as the expected endpoint interface. Input-output examples are helpful. We strongly recommend to use the [agent API standard](/src/content/docs/agents/agent-api-standard), which your text can just refer to. If you are using a different schema, fully specify it.
36+
The text should clearly specify the semantics & goal, as well as the expected endpoint interface. Input-output examples are helpful. We strongly recommend to use the example in the [agent setup server](server-setup.mdx), which your text can just refer to. If you are using a different schema, fully specify it.
3837

3938
## Prerequisites
4039

src/content/docs/getting-started/setup-cli.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ encouraged! :)
146146

147147
To report a bug or request a feature, please [open an issue on GitHub].
148148

149-
If you have any questions, feel free to ask on the [torus cli Discord channel] or
150-
post on our [GitHub discussions page].
149+
If you have any questions, feel free to ask on the [torus cli Discord channel].
151150

152151
To contribute to the codebase, using Poetry you can install the development dependencies with:
153152

@@ -160,6 +159,6 @@ it can [require some environment-specific binaries to be installed][ruff-install
160159
---
161160

162161
[open an issue on GitHub]: https://github.com/renlabs-dev/torus-cli/issues/new/choose
163-
[torus cli Discord channel]: https://go.renlabs-dev.org/torus-cli-channel
164-
[GitHub discussions page]: https://github.com/renlabs-dev/torus-cli/discussions
162+
[torus cli Discord channel]: https://discord.com/channels/1306654856286699590/1306654857046003716
165163
[ruff-installation]: https://docs.astral.sh/ruff/installation/
164+

src/content/docs/network/running-node.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This guide explains how to set up and run a local Torus Substrate node, noting t
1818

1919
### Dependencies
2020

21-
The recommended way to install dependencies is [using Nix](docs/nix.md).
21+
The recommended way to install dependencies is [using Nix](https://github.com/renlabs-dev/torus-substrate/blob/main/docs/nix.md).
2222

2323
If you don't want to use Nix, you should have the following dependencies:
2424

src/content/docs/web-apps/torus-portal.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Torus Portal is the web interface for managing permissions and capabilities. Use
2525
2. **Fill Form**: Configure delegator, recipient, scope, duration
2626
3. **Submit**: Create the permission
2727

28-
For permission details, see [Emission Permissions](/advanced/emission-permissions) and [Capability Permissions](/advanced/namespace-permissions).
28+
For permission details, see [Permissions System](../v05/permissions.mdx).
2929

3030
## Managing Capabilities
3131

@@ -41,7 +41,7 @@ For permission details, see [Emission Permissions](/advanced/emission-permission
4141
2. **Choose Granularity**: Delete specific method or entire capability
4242
3. **Confirm**: Delete (only works if no active delegations exist)
4343

44-
For namespace concepts, see [Namespaces](../v05/permissions.mdx).
44+
For Capability concepts, see [Capability Permissions](../v05/capability-permissions.mdx).
4545

4646
## Network Operations
4747

0 commit comments

Comments
 (0)