Skip to content

Commit 96bfdf4

Browse files
committed
docs: fix broken links in self-hosting guide
The shared self-hosting snippet renders under every framework section (built-in-agent, langgraph, ...), and the NavigationLink rewriter makes absolute links section-relative. - "Intelligence Platform Works" linked /learn/intelligence-platform, which became /<framework>/learn/intelligence-platform (404). The page is served at /premium/intelligence-platform in every section. - The GHCR chart-releases link used the repo-scoped URL for the private Intelligence repo (404 for public readers); switched to the public org-scoped package URL.
1 parent e969793 commit 96bfdf4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/snippets/shared/premium/self-hosting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Both paths use the same install commands described below — pick whichever fits
5151

5252
## Prerequisites
5353

54-
Before starting, make sure the following are in place. The [How the Intelligence Platform Works](/learn/intelligence-platform) page explains the layering in more depth.
54+
Before starting, make sure the following are in place. The [How the Intelligence Platform Works](/premium/intelligence-platform) page explains the layering in more depth.
5555

5656
**License and registry access:**
5757

5858
- A valid CopilotKit Intelligence Platform license key (contact your CopilotKit account team if you do not have one)
5959
- Read access to the chart OCI registry at `oci://ghcr.io/copilotkit/charts/intelligence` (anonymous pulls are allowed for the released chart)
60-
- The latest released chart version. Check the [chart releases](https://github.com/CopilotKit/Intelligence/pkgs/container/charts%2Fintelligence) on GHCR; substitute the value into the `<chart-version>` placeholder used throughout this guide (e.g. `0.1.0-rc.16`).
60+
- The latest released chart version. Check the [chart releases](https://github.com/orgs/CopilotKit/packages/container/package/charts%2Fintelligence) on GHCR; substitute the value into the `<chart-version>` placeholder used throughout this guide (e.g. `0.1.0-rc.16`).
6161

6262
**Cluster and tooling:**
6363

@@ -600,6 +600,6 @@ Per-service keys `podDisruptionBudget`, `podAntiAffinity`, and `networkPolicy` a
600600

601601
## Next steps
602602

603-
- **Understand how it works:** [How the Intelligence Platform Works](/learn/intelligence-platform) — architecture, multi-tenancy model, platform layering, and the decision between hosted and self-hosted
603+
- **Understand how it works:** [How the Intelligence Platform Works](/premium/intelligence-platform) — architecture, multi-tenancy model, platform layering, and the decision between hosted and self-hosted
604604
- **Premium features overview:** [CopilotKit Premium](/premium/overview) — all premium capabilities that require an Intelligence license
605605
- **Use threads in your app:** [Threads](/threads) — the persistent-conversation surface powered by the Intelligence Platform you just deployed

0 commit comments

Comments
 (0)