Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/guides/ai-coding-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ICP skills are available without authentication:
## Next steps

- [skills.internetcomputer.org](https://skills.internetcomputer.org): browse all available ICP skills
- [Developer tools](../references/developer-tools.md): icp-cli, CDKs, and other tools in the ICP toolchain
- [Developer tools](../developer-tools/index.md): icp-cli, CDKs, and other tools in the ICP toolchain
- [Quickstart](../getting-started/quickstart.md): deploy your first canister with icp-cli

<!-- Upstream: informed by dfinity/icskills — README.md, skills/*/SKILL.md -->
2 changes: 1 addition & 1 deletion docs/guides/canister-calls/calling-from-clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Crate documentation: [docs.rs/ic-agent](https://docs.rs/ic-agent/latest/ic_agent

### Community agents

Community-maintained agents are available for Go, Java/Android, Dart/Flutter, .NET, Elixir, and C. See [Developer Tools](../../references/developer-tools.md#other-languages) for the full list.
Community-maintained agents are available for Go, Java/Android, Dart/Flutter, .NET, Elixir, and C. See [Developer Tools](../../developer-tools/index.md#other-languages) for the full list.

## JavaScript / TypeScript: using the agent

Expand Down
4 changes: 0 additions & 4 deletions docs/references/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ sidebar:

Technical reference material for ICP development. These pages cover exact specifications, canister IDs, costs, and error codes.

## Tools

- **[Developer Tools](developer-tools.md)**: icp-cli, CDKs, JS SDK, PocketIC, ICP Ninja, and other toolchain components.

## Canisters

- **[Management Canister](management-canister.md)**: API reference for the IC management canister (`aaaaa-aa`): canister lifecycle, signing, randomness, and more.
Expand Down
2 changes: 1 addition & 1 deletion sidebar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const sidebar = [
},
],
},
{ slug: "references/developer-tools", label: "Developer tools" },
{ slug: "developer-tools", label: "Developer tools" },
{
label: "References",
collapsed: true,
Expand Down
Loading