docs: fix 3 broken internal links (incl. PR #61 split regression) #65

Merged
documentation-specialist merged 1 commits from docs/fix-broken-internal-links into main 2026-06-02 13:47:02 +00:00
10 changed files with 10 additions and 10 deletions
@@ -3,7 +3,7 @@ title: "Communication, API & A2A"
description: "Hierarchy communication rules, the platform API surface, and the A2A protocol."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 6. Communication Rules
@@ -3,7 +3,7 @@ title: "Skills, Bundles, Coordinator & MCP"
description: "Skills system, bundle system, the coordinator pattern, and MCP server integrations."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 13. Skills System
@@ -3,7 +3,7 @@ title: "Canvas, Codebase & Design Patterns"
description: "Canvas UI, codebase structure, and key design patterns."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 15. Canvas UI
@@ -3,7 +3,7 @@ title: "Workspace Lifecycle & Provisioning"
description: "Workspace state machine, provisioning and container lifecycle, and the workspace runtime."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 5. Workspace Lifecycle
@@ -3,7 +3,7 @@ title: "Memory, Tiers & Tools"
description: "Hierarchical Memory Architecture, the runtime tier system, and tools & capabilities."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 9. Hierarchical Memory Architecture
@@ -3,7 +3,7 @@ title: "Operations, Licensing & Roadmap"
description: "Recent features, known gaps, licensing, OSS growth, technical debt, production deployment, summary statistics, and the vision."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 22. Recent Feature Highlights
@@ -3,7 +3,7 @@ title: "Technical Overview"
description: "Executive summary and product positioning for the Molecule AI platform."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 1. Executive Summary
@@ -3,7 +3,7 @@ title: "System Architecture & Infrastructure"
description: "System architecture, database schema, Docker Compose orchestration, and environment variables."
---
> Part of the [Comprehensive Technical Documentation](/docs/architecture/technical). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
> Part of the [Comprehensive Technical Documentation](/docs/architecture/molecule-technical-doc). Definitive reference based on a non-invasive scan of the [molecule-core](https://git.moleculesai.app/molecule-ai/molecule-core) repository.
## 3. System Architecture
@@ -46,5 +46,5 @@ Agent → Workspace Token (raw) → workspace-server
## Related
- [Org API Keys](/docs/guides/org-api-keys) — org-level full-admin tokens
- [REST API Reference](/docs/api) — all endpoints accepting workspace tokens
- [REST API Reference](/docs/api-reference) — all endpoints accepting workspace tokens
- [External Agent Registration](/docs/guides/external-agent-registration) — onboarding remote agents with workspace tokens
+1 -1
View File
@@ -23,7 +23,7 @@ Canvas Terminal tab now uses AWS EC2 Instance Connect Endpoint to open a PTY ins
any workspace EC2 instance — no SSH keys to manage, no IP to copy, no security group
rules to configure. IAM policy gates access, STS pushes a short-lived key that
auto-expires, and every tunnel open is recorded in CloudTrail.
See the [EC2 Instance Connect guide](/docs/infra/workspace-terminal).
See the EC2 Instance Connect guide.
(`molecule-core` [#1554](https://git.moleculesai.app/molecule-ai/molecule-core/pulls/1554))
#### Phase 33 — Cloudflare Tunnel replaced with direct-connect public IPs