diff --git a/src/components/CustomSiteTitle.astro b/src/components/CustomSiteTitle.astro
index 2d631389..b48a9f6a 100644
--- a/src/components/CustomSiteTitle.astro
+++ b/src/components/CustomSiteTitle.astro
@@ -27,7 +27,7 @@ import logoLight from '../assets/warp-logo-light.svg?raw';
const { siteTitle } = Astro.locals.starlightRoute;
---
-
+
{/* Wordmark links to warp.dev (matches CustomSiteTitle.astro on Starlight
pages). Users get to docs root via the adjacent "← Docs" breadcrumb. */}
-
+
diff --git a/src/content/docs/agent-platform/capabilities/codebase-context.mdx b/src/content/docs/agent-platform/capabilities/codebase-context.mdx
index da9351eb..a5e5f6e3 100644
--- a/src/content/docs/agent-platform/capabilities/codebase-context.mdx
+++ b/src/content/docs/agent-platform/capabilities/codebase-context.mdx
@@ -80,7 +80,7 @@ When viewing indexed codebases in Warp under **Settings** > **Code** > **Indexin
* **Synced** — Indexing is complete and the codebase is ready to be used as context.
* **Discovering files** – Warp is currently scanning and indexing files in the codebase.
* **Failed** – Indexing failed. Common reasons include unreadable `.git` directories or corrupted repositories. Try re-cloning the repo and syncing again.
-* **Codebase too large** – The number of files in the codebase exceeds your current plan’s limit. You can either reduce the number of files being indexed using `.warpindexingignore`, or [contact sales](https://warp.dev/contact-sales) for support with larger codebases.
+* **Codebase too large** – The number of files in the codebase exceeds your current plan’s limit. You can either reduce the number of files being indexed using `.warpindexingignore`, or [contact sales](https://www.warp.dev/contact-sales) for support with larger codebases.

diff --git a/src/content/docs/agent-platform/cli-agents/claude-code.mdx b/src/content/docs/agent-platform/cli-agents/claude-code.mdx
index b765baaf..d54b8ffa 100644
--- a/src/content/docs/agent-platform/cli-agents/claude-code.mdx
+++ b/src/content/docs/agent-platform/cli-agents/claude-code.mdx
@@ -9,7 +9,7 @@ description: >-
Claude Code is Anthropic's agentic coding tool that operates directly in your terminal. It understands your codebase, executes commands, edits files, and manages Git workflows — all through natural language. For full documentation, see the [official Claude Code docs](https://code.claude.com/docs).
-Warp auto-detects Claude Code when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [Claude Code in Warp](https://warp.dev/agents/claude-code).
+Warp auto-detects Claude Code when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [Claude Code in Warp](https://www.warp.dev/agents/claude-code).
For installation, authentication, project configuration, and productivity tips, see the [How to set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) guide.
@@ -68,7 +68,7 @@ Claude Code supports the full set of Warp's agent integration features:
## Related pages
* [How to set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) — step-by-step setup guide
-* [Claude Code in Warp](https://warp.dev/agents/claude-code) — product overview
+* [Claude Code in Warp](https://www.warp.dev/agents/claude-code) — product overview
* [Third-Party CLI Agents Overview](/agent-platform/cli-agents/overview/)
* [OpenCode](/agent-platform/cli-agents/opencode/)
* [Codex](/agent-platform/cli-agents/codex/)
diff --git a/src/content/docs/agent-platform/cli-agents/codex.mdx b/src/content/docs/agent-platform/cli-agents/codex.mdx
index e4f0b1a3..7ad394c8 100644
--- a/src/content/docs/agent-platform/cli-agents/codex.mdx
+++ b/src/content/docs/agent-platform/cli-agents/codex.mdx
@@ -9,7 +9,7 @@ description: >-
Codex is OpenAI's open-source coding agent that runs in your terminal. It can write and edit code, execute commands, and navigate your codebase through natural language. For full documentation, see the [Codex GitHub repository](https://github.com/openai/codex).
-Warp auto-detects Codex when you run it, giving you access to rich input controls, code review, and other integrated features. For a product overview, see [Codex in Warp](https://warp.dev/agents/codex).
+Warp auto-detects Codex when you run it, giving you access to rich input controls, code review, and other integrated features. For a product overview, see [Codex in Warp](https://www.warp.dev/agents/codex).
For installation, authentication, project configuration, and productivity tips, see the [How to set up Codex CLI](/guides/external-tools/how-to-set-up-codex-cli/) guide.
@@ -43,7 +43,7 @@ Codex supports the full set of Warp's agent integration features:
## Related pages
* [How to set up Codex CLI](/guides/external-tools/how-to-set-up-codex-cli/) — step-by-step setup guide
-* [Codex in Warp](https://warp.dev/agents/codex) — product overview
+* [Codex in Warp](https://www.warp.dev/agents/codex) — product overview
* [Third-Party CLI Agents Overview](/agent-platform/cli-agents/overview/)
* [Claude Code](/agent-platform/cli-agents/claude-code/)
* [OpenCode](/agent-platform/cli-agents/opencode/)
diff --git a/src/content/docs/agent-platform/cli-agents/opencode.mdx b/src/content/docs/agent-platform/cli-agents/opencode.mdx
index 963f3b92..c0111866 100644
--- a/src/content/docs/agent-platform/cli-agents/opencode.mdx
+++ b/src/content/docs/agent-platform/cli-agents/opencode.mdx
@@ -9,7 +9,7 @@ description: >-
OpenCode is an open-source terminal-based coding agent. It connects to multiple LLM providers and supports tool use, file editing, and command execution from your terminal. For full documentation, see the [OpenCode docs](https://opencode.ai/docs).
-Warp auto-detects OpenCode when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [OpenCode in Warp](https://warp.dev/agents/opencode).
+Warp auto-detects OpenCode when you run it, giving you access to rich input controls, code review, agent notifications, and other integrated features. For a product overview, see [OpenCode in Warp](https://www.warp.dev/agents/opencode).
For installation, authentication, project configuration, and productivity tips, see the [How to set up OpenCode](/guides/external-tools/how-to-set-up-opencode/) guide.
@@ -44,7 +44,7 @@ OpenCode supports the full set of Warp's agent integration features:
## Related pages
* [How to set up OpenCode](/guides/external-tools/how-to-set-up-opencode/) — step-by-step setup guide
-* [OpenCode in Warp](https://warp.dev/agents/opencode) — product overview
+* [OpenCode in Warp](https://www.warp.dev/agents/opencode) — product overview
* [Third-Party CLI Agents Overview](/agent-platform/cli-agents/overview/)
* [Claude Code](/agent-platform/cli-agents/claude-code/)
* [Codex](/agent-platform/cli-agents/codex/)
diff --git a/src/content/docs/agent-platform/cloud-agents/quickstart.mdx b/src/content/docs/agent-platform/cloud-agents/quickstart.mdx
index c5b1bb64..1b2f2d2c 100644
--- a/src/content/docs/agent-platform/cloud-agents/quickstart.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/quickstart.mdx
@@ -26,7 +26,7 @@ This guide walks you through running your first cloud agent with an environment
Before you begin, make sure you have:
-* **Warp desktop app** - Download from [warp.dev](https://warp.dev)
+* **Warp desktop app** - Download from [warp.dev](https://www.warp.dev)
* **Warp account** - Create an account at [oz.warp.dev](https://oz.warp.dev)
:::note
@@ -41,7 +41,7 @@ _~10 minutes • Recommended for all users_
### 1. Open Warp
-If you don't have Warp yet, download it from [warp.dev](https://warp.dev) and sign in to your account. When you open the Warp desktop app, you're automatically authenticated to Warp's services.
+If you don't have Warp yet, download it from [warp.dev](https://www.warp.dev) and sign in to your account. When you open the Warp desktop app, you're automatically authenticated to Warp's services.
### 2. Run the `/cloud-agent` command
diff --git a/src/content/docs/agent-platform/cloud-agents/self-hosting/index.mdx b/src/content/docs/agent-platform/cloud-agents/self-hosting/index.mdx
index 5272fe77..f46d4783 100644
--- a/src/content/docs/agent-platform/cloud-agents/self-hosting/index.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/self-hosting/index.mdx
@@ -13,7 +13,7 @@ Self-hosting lets your team run cloud agent workloads on your own infrastructure
**Want a CLI-only path with no Docker requirement?** Jump straight to the [Unmanaged quickstart](/agent-platform/cloud-agents/self-hosting/unmanaged/#unmanaged-quickstart) to run `oz agent run` directly on any host.
:::note
-**Enterprise feature**: Self-hosted agents are available exclusively to teams on an Enterprise plan. To enable self-hosting for your team, [contact sales](https://warp.dev/contact-sales).
+**Enterprise feature**: Self-hosted agents are available exclusively to teams on an Enterprise plan. To enable self-hosting for your team, [contact sales](https://www.warp.dev/contact-sales).
:::
## Managed vs unmanaged
diff --git a/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-direct.mdx b/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-direct.mdx
index 4122931f..2fc2d350 100644
--- a/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-direct.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-direct.mdx
@@ -36,7 +36,7 @@ The Direct backend does not provide per-task container isolation. Each task runs
## Prerequisites
-* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
+* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A worker host** with write access to `workspace_root` (defaults to `/var/lib/oz/workspaces`).
* **The Oz CLI** installed and available in `PATH` on the worker host (or specify `oz_path` in the config file). See [Installing the CLI](/reference/cli/#installing-the-cli).
* **A team API key** — In the Warp app, go to **Settings** > **Cloud platform** > **Oz Cloud API Keys** to create a team-scoped API key. See [API Keys](/reference/cli/api-keys/) for details.
diff --git a/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-docker.mdx b/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-docker.mdx
index b633faa8..fb29b4f1 100644
--- a/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-docker.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-docker.mdx
@@ -23,7 +23,7 @@ This page covers the [managed architecture](/agent-platform/cloud-agents/self-ho
## Prerequisites
-* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
+* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A machine to run the worker** — A VM, server, or local machine running Linux (recommended for production). For testing, macOS and Windows hosts running Docker Desktop work.
* **Docker installed** — The worker uses Docker to spawn task containers. The Docker daemon must run Linux containers (Windows containers are not supported). Verify with `docker info`.
* **A team API key** — In the Warp app, go to **Settings** > **Cloud platform** > **Oz Cloud API Keys** to create a team-scoped API key. See [API Keys](/reference/cli/api-keys/) for details.
diff --git a/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-kubernetes.mdx b/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-kubernetes.mdx
index df89b141..278c424d 100644
--- a/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-kubernetes.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/self-hosting/managed-kubernetes.mdx
@@ -33,7 +33,7 @@ This page covers the [managed architecture](/agent-platform/cloud-agents/self-ho
## Prerequisites
-* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
+* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A Kubernetes cluster** with the worker process able to reach the API server. The cluster must:
* Allow the worker's namespace to create Jobs with a **root init container** (sidecar materialization depends on this pattern).
* Grant the worker these namespace-scoped permissions: `create`, `get`, `list`, `watch`, `delete` on `jobs`; `get`, `list`, `watch` on `pods`; `get` on `pods/log`; `list` on `events`.
diff --git a/src/content/docs/agent-platform/cloud-agents/self-hosting/quickstart.mdx b/src/content/docs/agent-platform/cloud-agents/self-hosting/quickstart.mdx
index 14a27eb3..4eade66b 100644
--- a/src/content/docs/agent-platform/cloud-agents/self-hosting/quickstart.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/self-hosting/quickstart.mdx
@@ -17,7 +17,7 @@ This quickstart sets up the [managed architecture](/agent-platform/cloud-agents/
## Prerequisites
-* **Enterprise plan with self-hosting enabled** — [Contact sales](https://warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
+* **Enterprise plan with self-hosting enabled** — [Contact sales](https://www.warp.dev/contact-sales) if self-hosting is not yet enabled for your team.
* **A Linux machine with Docker** — A VM, server, or local machine with the Docker daemon running Linux containers. Verify with `docker info`. Docker Desktop on macOS or Windows works for testing.
* **A team API key** — In the Warp app, go to **Settings** > **Cloud platform** > **Oz Cloud API Keys** to create a team-scoped API key. See [API Keys](/reference/cli/api-keys/) for details.
* **The Oz CLI** (for routing a test run) — See [Installing the CLI](/reference/cli/#installing-the-cli).
diff --git a/src/content/docs/agent-platform/cloud-agents/team-access-billing-and-identity.mdx b/src/content/docs/agent-platform/cloud-agents/team-access-billing-and-identity.mdx
index bbeab5ab..ec470da0 100644
--- a/src/content/docs/agent-platform/cloud-agents/team-access-billing-and-identity.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/team-access-billing-and-identity.mdx
@@ -84,7 +84,7 @@ Your team must meet the following requirements to run integrations:
When a user triggers an agent through an integration (like Slack or Linear), the run draws from credits in a specific order. It starts with any [Cloud Agent Credits](/support-and-community/plans-and-billing/credits/#cloud-agent-credits) the user has, then moves to the user's base credits, followed by the team's Reload Credits, and finally the user's own Reload Credits. Enterprises may have different payment options and credit plans that affect this flow. If all applicable credit sources are exhausted, integrations and cloud agents will not work until credits are added.
:::note
-If you're on an Enterprise plan, please reach out to [warp.dev/contact-sales](https://warp.dev/contact-sales) with any billing questions related to integrations.
+If you're on an Enterprise plan, please reach out to [warp.dev/contact-sales](https://www.warp.dev/contact-sales) with any billing questions related to integrations.
:::
### Identity mapping
diff --git a/src/content/docs/agent-platform/cloud-agents/warp-hosting.mdx b/src/content/docs/agent-platform/cloud-agents/warp-hosting.mdx
index c193581d..ceae7b49 100644
--- a/src/content/docs/agent-platform/cloud-agents/warp-hosting.mdx
+++ b/src/content/docs/agent-platform/cloud-agents/warp-hosting.mdx
@@ -21,7 +21,7 @@ They are compatible with any Linux x86-64 image that includes a `bash` shell and
### Resources
-The resources available to Warp-hosted agents depend on your [plan](https://warp.dev/pricing) - see the latest details there.
+The resources available to Warp-hosted agents depend on your [plan](https://www.warp.dev/pricing) - see the latest details there.
On [enterprise](/enterprise) plans, resources are configurable up to 32 vCPUs and 64 GiB of memory. If additional resources are required, reach out to Warp support about custom provisioning.
diff --git a/src/content/docs/agent-platform/local-agents/active-ai.mdx b/src/content/docs/agent-platform/local-agents/active-ai.mdx
index 5bb6f8be..0c0f99ef 100644
--- a/src/content/docs/agent-platform/local-agents/active-ai.mdx
+++ b/src/content/docs/agent-platform/local-agents/active-ai.mdx
@@ -51,7 +51,7 @@ Press `→` or `CTRL-F` to accept a Next Command suggestion into your input buff
#### Billing
-Next Commands are unlimited across all of Warp's plans, including the Free plan. For the latest information on other AI limits and other pricing details, visit [warp.dev/pricing](https://warp.dev/pricing).
+Next Commands are unlimited across all of Warp's plans, including the Free plan. For the latest information on other AI limits and other pricing details, visit [warp.dev/pricing](https://www.warp.dev/pricing).
### Suggested Code Diffs
@@ -71,7 +71,7 @@ You can also view additional details of the diff by pressing `CMD + E` (macOS) o
**Billing**
-Suggested Code Diffs do not count toward your AI request limits. There are maximum limits to the number of code diffs surfaced per month, which scales based on your plan tier. For the latest details on plan limits and pricing, please visit [warp.dev/pricing](https://warp.dev/pricing).
+Suggested Code Diffs do not count toward your AI request limits. There are maximum limits to the number of code diffs surfaced per month, which scales based on your plan tier. For the latest details on plan limits and pricing, please visit [warp.dev/pricing](https://www.warp.dev/pricing).
## Active AI privacy
diff --git a/src/content/docs/changelog/2025.mdx b/src/content/docs/changelog/2025.mdx
index 324c2b0d..77b673f8 100644
--- a/src/content/docs/changelog/2025.mdx
+++ b/src/content/docs/changelog/2025.mdx
@@ -490,7 +490,7 @@ Built from the ground up for agentic workflows, Warp is the most powerful tool f
All of this comes with higher AI usage limits on our Pro and Turbo plans, plus new pay-as-you-go overages for continued access to premium models.\
\
-**Watch the full Warp 2.0 launch event →** [**warp.dev/future**](https://warp.dev/future)
+**Watch the full Warp 2.0 launch event →** [**warp.dev/future**](https://www.warp.dev/future)
### 2025.06.11 (v0.2025.06.11.08.11)
diff --git a/src/content/docs/enterprise/enterprise-features/architecture-and-deployment.mdx b/src/content/docs/enterprise/enterprise-features/architecture-and-deployment.mdx
index 37dc72dc..19f9ae64 100644
--- a/src/content/docs/enterprise/enterprise-features/architecture-and-deployment.mdx
+++ b/src/content/docs/enterprise/enterprise-features/architecture-and-deployment.mdx
@@ -155,4 +155,4 @@ Consider the following when selecting a deployment model:
* [Security overview](/enterprise/security-and-compliance/security-overview/) - Data handling, encryption, and compliance details
* [Bring Your Own LLM](/enterprise/enterprise-features/bring-your-own-llm/) - Route inference through your own cloud infrastructure
* [Admin Panel](/enterprise/team-management/admin-panel/) - Configure agent policies and security settings
-* [Contact sales](https://warp.dev/contact-sales) - Discuss deployment options for your organization
+* [Contact sales](https://www.warp.dev/contact-sales) - Discuss deployment options for your organization
diff --git a/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx b/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx
index e81d7032..6b4fc6b9 100644
--- a/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx
+++ b/src/content/docs/enterprise/enterprise-features/bring-your-own-llm.mdx
@@ -16,7 +16,7 @@ BYOLLM applies to interactive agents in the terminal. Cloud agents do not yet su
:::
:::note
-BYOLLM is only available on Warp's Enterprise plan. Contact [warp.dev/contact-sales](https://warp.dev/contact-sales) to learn more.
+BYOLLM is only available on Warp's Enterprise plan. Contact [warp.dev/contact-sales](https://www.warp.dev/contact-sales) to learn more.
:::
## Key features
@@ -225,4 +225,4 @@ Yes. Admins can configure routing policies to require specific models to use BYO
* [Bring Your Own API Key](/support-and-community/plans-and-billing/bring-your-own-api-key/)
* [Model Choice](/agent-platform/capabilities/model-choice/) — Full list of supported models
* [Admin Panel](/enterprise/team-management/admin-panel/) — Configure team settings
-* [Contact Sales](https://warp.dev/contact-sales) — Get help with enterprise setup
+* [Contact Sales](https://www.warp.dev/contact-sales) — Get help with enterprise setup
diff --git a/src/content/docs/enterprise/getting-started/getting-started-developers.mdx b/src/content/docs/enterprise/getting-started/getting-started-developers.mdx
index 1e5ac983..248c2e9a 100644
--- a/src/content/docs/enterprise/getting-started/getting-started-developers.mdx
+++ b/src/content/docs/enterprise/getting-started/getting-started-developers.mdx
@@ -19,7 +19,7 @@ Warp is available for macOS, Linux, and Windows.
### Download Warp
-Visit [warp.dev/download](https://warp.dev/download) and select your platform:
+Visit [warp.dev/download](https://www.warp.dev/download) and select your platform:
* **macOS** - Download the `.dmg` installer (macOS 10.15 Catalina or later)
* **Linux** - Download the `.deb`, `.rpm`, or use the install script
@@ -41,7 +41,7 @@ sudo dpkg -i warp-terminal_*.deb
sudo rpm -i warp-terminal-*.rpm
# Or use the install script
-curl -fsSL https://warp.dev/install.sh | bash
+curl -fsSL https://www.warp.dev/install.sh | bash
```
**Windows:**
diff --git a/src/content/docs/enterprise/getting-started/getting-started-enterprise.mdx b/src/content/docs/enterprise/getting-started/getting-started-enterprise.mdx
index 9ce05e1d..cbd4d2a6 100644
--- a/src/content/docs/enterprise/getting-started/getting-started-enterprise.mdx
+++ b/src/content/docs/enterprise/getting-started/getting-started-enterprise.mdx
@@ -21,7 +21,7 @@ Before you begin:
Warp uses SSO to authenticate users and control access to your organization's Warp team. Warp supports Okta, Microsoft Entra ID, Google Workspace, OneLogin, and any SAML 2.0 or OIDC compatible provider through [WorkOS](https://workos.com).
-SSO setup is coordinated with Warp's team — contact your account team or [enterprise support](https://warp.dev/contact-sales) to get started. For the full setup process and supported providers, see [Single Sign-On (SSO)](/enterprise/security-and-compliance/sso/).
+SSO setup is coordinated with Warp's team — contact your account team or [enterprise support](https://www.warp.dev/contact-sales) to get started. For the full setup process and supported providers, see [Single Sign-On (SSO)](/enterprise/security-and-compliance/sso/).
**Before rolling out to your team**, test SSO login in an incognito window to confirm it works. See [Testing SSO](/enterprise/security-and-compliance/sso/#testing-sso) for steps.
@@ -185,4 +185,4 @@ For common SSO problems (login failures, account linking, provider portal errors
* [Admin Panel documentation](/enterprise/team-management/admin-panel/)
* [Troubleshooting login issues](/support-and-community/troubleshooting-and-support/troubleshooting-login-issues/)
-* [Contact enterprise support](https://warp.dev/contact-sales) - Priority support via dedicated Slack/Teams channel
+* [Contact enterprise support](https://www.warp.dev/contact-sales) - Priority support via dedicated Slack/Teams channel
diff --git a/src/content/docs/enterprise/getting-started/quickstart.mdx b/src/content/docs/enterprise/getting-started/quickstart.mdx
index 2dcfc351..1d1aae25 100644
--- a/src/content/docs/enterprise/getting-started/quickstart.mdx
+++ b/src/content/docs/enterprise/getting-started/quickstart.mdx
@@ -24,7 +24,7 @@ If you have an existing Warp account from before your organization enabled SSO,
## Step 2: Download and set up Warp
-1. Visit [warp.dev/download](https://warp.dev/download) and select your platform (macOS, Linux, or Windows).
+1. Visit [warp.dev/download](https://www.warp.dev/download) and select your platform (macOS, Linux, or Windows).
2. Install Warp:
* **macOS** - Open the `.dmg` and drag Warp to Applications.
* **Linux** - Install via `.deb`, `.rpm`, or the install script.
diff --git a/src/content/docs/enterprise/index.mdx b/src/content/docs/enterprise/index.mdx
index 458c0d82..ad504b19 100644
--- a/src/content/docs/enterprise/index.mdx
+++ b/src/content/docs/enterprise/index.mdx
@@ -62,7 +62,7 @@ This section organizes Enterprise documentation to help you deploy, secure, and
## Getting started
:::note
-Warp Enterprise is available through annual contracts. [Contact our sales team](https://warp.dev/contact-sales) to learn more or start a trial.
+Warp Enterprise is available through annual contracts. [Contact our sales team](https://www.warp.dev/contact-sales) to learn more or start a trial.
:::
**For IT admins**: Start with the [Admin Panel](/enterprise/team-management/admin-panel/) to manage team settings, configure agent policies, and enforce security controls. See [Roles and permissions](/enterprise/team-management/roles-and-permissions/) for user access details.
@@ -84,6 +84,6 @@ Organizations adopt Warp Enterprise to:
## Support and resources
* **Documentation** - Comprehensive guides throughout this enterprise section
-* **Contact sales** - [Schedule a demo or start a trial](https://warp.dev/contact-sales)
+* **Contact sales** - [Schedule a demo or start a trial](https://www.warp.dev/contact-sales)
* **Support** - Enterprise customers receive priority support via dedicated Slack/Teams channels
* **Warp Guides** - Video tutorials and training at [docs.warp.dev/guides](/guides/)
diff --git a/src/content/docs/enterprise/security-and-compliance/sso.mdx b/src/content/docs/enterprise/security-and-compliance/sso.mdx
index d5916221..67039df8 100644
--- a/src/content/docs/enterprise/security-and-compliance/sso.mdx
+++ b/src/content/docs/enterprise/security-and-compliance/sso.mdx
@@ -27,7 +27,7 @@ Warp supports the following identity providers:
SSO is configured through [WorkOS](https://workos.com) in coordination with Warp's team:
-1. Contact your Warp account team or [enterprise support](https://warp.dev/contact-sales) to initiate SSO setup.
+1. Contact your Warp account team or [enterprise support](https://www.warp.dev/contact-sales) to initiate SSO setup.
2. Warp creates an organization for your team in WorkOS and sets your team domain.
3. Your IT admin receives an email invite from WorkOS.
4. Follow the WorkOS setup wizard to connect your identity provider (configure SAML attributes or OAuth scopes, provide your SSO URL and certificate).
diff --git a/src/content/docs/enterprise/team-management/admin-panel.mdx b/src/content/docs/enterprise/team-management/admin-panel.mdx
index a6dd8d75..56bd4b25 100644
--- a/src/content/docs/enterprise/team-management/admin-panel.mdx
+++ b/src/content/docs/enterprise/team-management/admin-panel.mdx
@@ -106,7 +106,7 @@ The features available in the Admin Panel scale with your Warp plan:
* **Advanced compliance** - SOC 2, HIPAA, and custom data handling agreements
* **Priority support** - Dedicated Slack/Teams channels
-For complete plan details, visit [warp.dev/pricing](https://www.warp.dev/pricing) or [contact sales](https://warp.dev/contact-sales).
+For complete plan details, visit [warp.dev/pricing](https://www.warp.dev/pricing) or [contact sales](https://www.warp.dev/contact-sales).
## Admin Panel sections
@@ -343,7 +343,7 @@ Warp logs all agent actions with full context, making incident investigation str
**Solution:**
* This setting is restricted to higher-tier plans
* Review plan features at [warp.dev/pricing](https://www.warp.dev/pricing)
-* Contact your account manager or [sales team](https://warp.dev/contact-sales) to upgrade
+* Contact your account manager or [sales team](https://www.warp.dev/contact-sales) to upgrade
### Command allowlist not working
diff --git a/src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx b/src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx
index 161d12ec..4ddc7e6f 100644
--- a/src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx
+++ b/src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx
@@ -123,7 +123,7 @@ Explore related guides and features:
* [Set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) or [Set up Codex CLI](/guides/external-tools/how-to-set-up-codex-cli/) to start using third-party agents in Warp
* [Run multiple agents at once](/guides/agent-workflows/how-to-run-multiple-ai-coding-agents/) to compare outputs from different agents on the same task
-* [Claude Code in Warp](https://warp.dev/agents/claude-code) | [Codex in Warp](https://warp.dev/agents/codex) | [Gemini CLI in Warp](https://warp.dev/agents/gemini-cli) | [OpenCode in Warp](https://warp.dev/agents/opencode) — agent-specific overviews on the Warp marketing site
+* [Claude Code in Warp](https://www.warp.dev/agents/claude-code) | [Codex in Warp](https://www.warp.dev/agents/codex) | [Gemini CLI in Warp](https://www.warp.dev/agents/gemini-cli) | [OpenCode in Warp](https://www.warp.dev/agents/opencode) — agent-specific overviews on the Warp marketing site
* [Code Review panel](/code/code-review/) — full reference for all Code Review features
* [Interactive Code Review](/agent-platform/local-agents/interactive-code-review/) — detailed docs on inline comments and batch feedback
* [Third-party CLI agents](/agent-platform/cli-agents/overview/) — all supported agents and Warp's universal agent features
diff --git a/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx b/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx
index 21f5e985..1516476d 100644
--- a/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx
+++ b/src/content/docs/guides/agent-workflows/how-to-run-multiple-ai-coding-agents.mdx
@@ -154,9 +154,9 @@ Explore related guides and features:
* [How to review AI-generated code](/guides/agent-workflows/how-to-review-ai-generated-code/) — review and refine the code your agents produced
* [Set up Claude Code](/guides/external-tools/how-to-set-up-claude-code/) or [Set up Codex CLI](/guides/external-tools/how-to-set-up-codex-cli/) if you haven't installed both yet
-* [Claude Code in Warp](https://warp.dev/agents/claude-code) — overview of Claude Code support in Warp
-* [Codex in Warp](https://warp.dev/agents/codex) — overview of Codex support in Warp
-* [Gemini CLI in Warp](https://warp.dev/agents/gemini-cli) — overview of Gemini CLI support in Warp
-* [OpenCode in Warp](https://warp.dev/agents/opencode) — overview of OpenCode support in Warp
+* [Claude Code in Warp](https://www.warp.dev/agents/claude-code) — overview of Claude Code support in Warp
+* [Codex in Warp](https://www.warp.dev/agents/codex) — overview of Codex support in Warp
+* [Gemini CLI in Warp](https://www.warp.dev/agents/gemini-cli) — overview of Gemini CLI support in Warp
+* [OpenCode in Warp](https://www.warp.dev/agents/opencode) — overview of OpenCode support in Warp
* [Third-party CLI agents](/agent-platform/cli-agents/overview/) — all supported agents and universal agent features
* [Vertical tabs](/terminal/windows/vertical-tabs/) — full reference for tab features
diff --git a/src/content/docs/guides/agent-workflows/how-to-use-voice-and-images-to-prompt-coding-agents.mdx b/src/content/docs/guides/agent-workflows/how-to-use-voice-and-images-to-prompt-coding-agents.mdx
index c93c2681..48c403e5 100644
--- a/src/content/docs/guides/agent-workflows/how-to-use-voice-and-images-to-prompt-coding-agents.mdx
+++ b/src/content/docs/guides/agent-workflows/how-to-use-voice-and-images-to-prompt-coding-agents.mdx
@@ -11,7 +11,7 @@ Typing detailed prompts for coding agents can be slow. Describing a bug from a s
## Prerequisites
-* **Warp** — Voice and image input are built into Warp's agent interface. Download from [warp.dev](https://warp.dev).
+* **Warp** — Voice and image input are built into Warp's agent interface. Download from [warp.dev](https://www.warp.dev).
* **A CLI coding agent** — Voice and image input work with any supported agent: [Claude Code](/guides/external-tools/how-to-set-up-claude-code/), [Codex CLI](/guides/external-tools/how-to-set-up-codex-cli/), OpenCode, Gemini CLI, Amp, or Droid. See [Third-party CLI agents](/agent-platform/cli-agents/overview/) for the full list.
* **A working microphone** (for voice) — Built-in or external, including Bluetooth audio devices.
diff --git a/src/content/docs/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway.mdx b/src/content/docs/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway.mdx
index 52526d23..61aad670 100644
--- a/src/content/docs/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway.mdx
+++ b/src/content/docs/guides/build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-railway.mdx
@@ -27,7 +27,7 @@ The project: a **real-time chat application** built with **Python (FastAPI)** an
1. #### Setup & Installation
:::note
- Warp is free for Mac, Linux, and Windows. Download it from [https://warp.dev](https://warp.dev/) and sign in with an account.
+ Warp is free for Mac, Linux, and Windows. Download it from [https://www.warp.dev](https://www.warp.dev/) and sign in with an account.
:::
Once you open Warp, you’ll see three core modes:
diff --git a/src/content/docs/guides/external-tools/how-to-set-up-claude-code.mdx b/src/content/docs/guides/external-tools/how-to-set-up-claude-code.mdx
index f4b0044f..caa582b9 100644
--- a/src/content/docs/guides/external-tools/how-to-set-up-claude-code.mdx
+++ b/src/content/docs/guides/external-tools/how-to-set-up-claude-code.mdx
@@ -136,6 +136,6 @@ Explore related guides and features:
* [How to review AI-generated code](/guides/agent-workflows/how-to-review-ai-generated-code/) — a structured workflow for reviewing and refining agent output
* [Run multiple agents at once](/guides/agent-workflows/how-to-run-multiple-ai-coding-agents/) — use Claude Code and Codex side by side
* [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-code/quickstart) — Anthropic's official reference
-* [Claude Code in Warp](https://warp.dev/agents/claude-code) — overview of Claude Code support in Warp
+* [Claude Code in Warp](https://www.warp.dev/agents/claude-code) — overview of Claude Code support in Warp
* [Claude Code in Warp (docs)](/agent-platform/cli-agents/claude-code/) — full reference for Claude Code's Warp integration, including notification setup
* [Third-party CLI agents](/agent-platform/cli-agents/overview/) — all supported agents and Warp's universal agent features
diff --git a/src/content/docs/guides/external-tools/how-to-set-up-codex-cli.mdx b/src/content/docs/guides/external-tools/how-to-set-up-codex-cli.mdx
index 6ea6efac..5a9716c1 100644
--- a/src/content/docs/guides/external-tools/how-to-set-up-codex-cli.mdx
+++ b/src/content/docs/guides/external-tools/how-to-set-up-codex-cli.mdx
@@ -133,6 +133,6 @@ Explore related guides and features:
* [How to review AI-generated code](/guides/agent-workflows/how-to-review-ai-generated-code/) — a structured workflow for reviewing agent output
* [Run multiple agents at once](/guides/agent-workflows/how-to-run-multiple-ai-coding-agents/) — use Codex and Claude Code side by side
* [Codex CLI documentation](https://developers.openai.com/codex/cli/) — OpenAI's official reference
-* [Codex in Warp](https://warp.dev/agents/codex) — overview of Codex support in Warp
+* [Codex in Warp](https://www.warp.dev/agents/codex) — overview of Codex support in Warp
* [Codex in Warp (docs)](/agent-platform/cli-agents/codex/) — full reference for Codex's Warp integration, including notification setup
* [Third-party CLI agents](/agent-platform/cli-agents/overview/) — all supported agents and Warp's universal agent features
diff --git a/src/content/docs/guides/external-tools/how-to-set-up-gemini-cli.mdx b/src/content/docs/guides/external-tools/how-to-set-up-gemini-cli.mdx
index 6be725af..6d395e60 100644
--- a/src/content/docs/guides/external-tools/how-to-set-up-gemini-cli.mdx
+++ b/src/content/docs/guides/external-tools/how-to-set-up-gemini-cli.mdx
@@ -149,6 +149,6 @@ Explore related guides and features:
* [Set up Ollama for local models](/guides/external-tools/how-to-set-up-ollama/) to pair Gemini CLI with local model workflows
* [Code Review panel](/code/code-review/) — review and refine agent-generated code
-* [Gemini CLI in Warp](https://warp.dev/agents/gemini-cli) — overview of Gemini CLI support in Warp
+* [Gemini CLI in Warp](https://www.warp.dev/agents/gemini-cli) — overview of Gemini CLI support in Warp
* [Third-party CLI agents](/agent-platform/cli-agents/overview/) — all supported agents and Warp's universal agent features
* [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli) — Google's official reference
diff --git a/src/content/docs/guides/external-tools/how-to-set-up-opencode.mdx b/src/content/docs/guides/external-tools/how-to-set-up-opencode.mdx
index c7ac065e..8c169e19 100644
--- a/src/content/docs/guides/external-tools/how-to-set-up-opencode.mdx
+++ b/src/content/docs/guides/external-tools/how-to-set-up-opencode.mdx
@@ -131,7 +131,7 @@ Explore related guides and features:
* [Set up Ollama for local models](/guides/external-tools/how-to-set-up-ollama/) to run OpenCode with local models
* [Code Review panel](/code/code-review/) — review and refine agent-generated code
-* [OpenCode in Warp](https://warp.dev/agents/opencode) — overview of OpenCode support in Warp
+* [OpenCode in Warp](https://www.warp.dev/agents/opencode) — overview of OpenCode support in Warp
* [OpenCode in Warp (docs)](/agent-platform/cli-agents/opencode/) — full reference for OpenCode's Warp integration, including notification setup
* [Third-party CLI agents](/agent-platform/cli-agents/overview/) — all supported agents and Warp's universal agent features
* [OpenCode documentation](https://opencode.ai/docs) — official reference
diff --git a/src/content/docs/reference/cli/warp-drive.mdx b/src/content/docs/reference/cli/warp-drive.mdx
index 3cda4c1c..8859e1c3 100644
--- a/src/content/docs/reference/cli/warp-drive.mdx
+++ b/src/content/docs/reference/cli/warp-drive.mdx
@@ -18,7 +18,7 @@ To reuse a saved prompt, find its ID. The ID is the last segment of its Warp Dri
For example, in the URL:
```
-https://warp.dev/drive/prompt/Fix-compiler-error-sgNpbUgDkmp2IImUVDc8kR
+https://www.warp.dev/drive/prompt/Fix-compiler-error-sgNpbUgDkmp2IImUVDc8kR
```
...the ID is `sgNpbUgDkmp2IImUVDc8kR`.
diff --git a/src/content/docs/support-and-community/community/warp-preview-and-alpha-program.mdx b/src/content/docs/support-and-community/community/warp-preview-and-alpha-program.mdx
index 8d53f06d..94321161 100644
--- a/src/content/docs/support-and-community/community/warp-preview-and-alpha-program.mdx
+++ b/src/content/docs/support-and-community/community/warp-preview-and-alpha-program.mdx
@@ -15,11 +15,11 @@ Warp Preview is an early-access program that allows you to explore Warp's newest
* **Faster updates** - Enjoy frequent updates and patches as we refine new capabilities.
* **Direct impact** - Your feedback plays a critical role in shaping Warp's future.
-To learn more about Warp Preview, check out our [launch blog post](https://warp.dev/blog/warp-preview).
+To learn more about Warp Preview, check out our [launch blog post](https://www.warp.dev/blog/warp-preview).
### Getting started with Warp Preview
-1. **Download**: Get the Warp Preview build from [warp.dev/download-preview](https://warp.dev/download-preview).
+1. **Download**: Get the Warp Preview build from [warp.dev/download-preview](https://www.warp.dev/download-preview).
2. **Sign in**: [Log in](/getting-started/quickstart/installation-and-setup/#log-in-to-warp-optional) with your Warp account (not optional for Warp Preview).
3. **Run side-by-side**: You can keep Warp Preview alongside your stable Warp installation.
diff --git a/src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx b/src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx
index 37db3d14..fa8a492f 100644
--- a/src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx
+++ b/src/content/docs/support-and-community/plans-and-billing/bring-your-own-api-key.mdx
@@ -119,4 +119,4 @@ Currently, BYOK is configured at the **user level**, not the team or admin level
* Team admins cannot yet enforce or share API keys across members.
* There is currently no organization-level Admin Panel for BYOK management.
-If your organization has specific needs for managed keys or enterprise-level control, please contact us at [warp.dev/contact-sales](https://warp.dev/contact-sales).
+If your organization has specific needs for managed keys or enterprise-level control, please contact us at [warp.dev/contact-sales](https://www.warp.dev/contact-sales).
diff --git a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx
index 4423f9d6..5a7e8808 100644
--- a/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx
+++ b/src/content/docs/support-and-community/plans-and-billing/plans-pricing-refunds.mdx
@@ -13,7 +13,7 @@ Warp offers flexible, pay-as-you-go plans designed for individual developers, te
You only pay for what you use—each plan includes a monthly allowance of credits that power features such as code generation, debugging, and multi-agent workflows.
:::note
-Visit [warp.dev/pricing](https://warp.dev/pricing) to see the latest plans and what’s included in each offering.
+Visit [warp.dev/pricing](https://www.warp.dev/pricing) to see the latest plans and what’s included in each offering.
:::
**Explore the following sections for more details:**
@@ -22,7 +22,7 @@ Visit [warp.dev/pricing](https://warp.dev/pricing) to see the latest plans and w
* [Add-on Credits](/support-and-community/plans-and-billing/add-on-credits/) — purchase additional credits or enable automatic reloads at discounted rates.
* [Bring Your Own API Key](/support-and-community/plans-and-billing/bring-your-own-api-key/) — connect your own model provider API keys for custom usage and billing.
* [Overages (Legacy)](/support-and-community/plans-and-billing/overages-legacy/) — information for users on legacy plans with overages enabled.
-* [Pricing FAQs](/support-and-community/plans-and-billing/pricing-faqs/) — answers to common questions about plans, billing, and usage. Don’t have Warp yet? [Download Warp](https://warp.dev/download) and get started for free today.
+* [Pricing FAQs](/support-and-community/plans-and-billing/pricing-faqs/) — answers to common questions about plans, billing, and usage. Don’t have Warp yet? [Download Warp](https://www.warp.dev/download) and get started for free today.
### Warp’s refund policies
diff --git a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx
index 75040a3c..269a932b 100644
--- a/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx
+++ b/src/content/docs/support-and-community/plans-and-billing/pricing-faqs.mdx
@@ -51,7 +51,7 @@ Warp offers two options for larger teams and organizations:
* **Enterprise Plan**: Offers custom pricing, credit limits, and terms. Along with support for larger engineering orgs or teams with advanced security, compliance, or support needs.
:::tip
-If you’d like to explore Enterprise, [contact our sales team](https://warp.dev/contact-sales) and someone from Warp will follow up.
+If you’d like to explore Enterprise, [contact our sales team](https://www.warp.dev/contact-sales) and someone from Warp will follow up.
:::
### What counts as a team member and how does billing work for members?
diff --git a/src/content/docs/support-and-community/troubleshooting-and-support/troubleshooting-login-issues.mdx b/src/content/docs/support-and-community/troubleshooting-and-support/troubleshooting-login-issues.mdx
index e5627e37..edebc563 100644
--- a/src/content/docs/support-and-community/troubleshooting-and-support/troubleshooting-login-issues.mdx
+++ b/src/content/docs/support-and-community/troubleshooting-and-support/troubleshooting-login-issues.mdx
@@ -20,7 +20,7 @@ This error could occur if you installed an ad blocker or have stale browser cook
1. Disable your ad blocker for `app.warp.dev`
2. Clear any cookies and cache, or open an incognito / private browser window
-3. Try [http://app.warp.dev/login](http://app.warp.dev/login) again
+3. Try [https://app.warp.dev/login](https://app.warp.dev/login) again
### Safari
@@ -56,7 +56,7 @@ When behind a proxy, a possible workaround is to disable QUIC in the browser. It
When directly launching Warp from Okta or other SSO providers', you may see an error message like "`Unable to process request due to missing initial state...`". This is due to a limitation with Warp authentication APIs. Instead, do the following:
-1. Go to [app.warp.dev/login](http://app.warp.dev/login)
+1. Go to [app.warp.dev/login](https://app.warp.dev/login)
2. Choose “Continue with SSO”
3. Login with your normal SSO credentials
@@ -64,7 +64,7 @@ When directly launching Warp from Okta or other SSO providers', you may see an e
In cases where you logged in with another method, please do the following to fix SSO login:
-1. Go to [app.warp.dev/login](http://app.warp.dev/login)
+1. Go to [app.warp.dev/login](https://app.warp.dev/login)
2. Login with the original method that you used to create your Warp account (email, Google, GitHub).
3. Once logged in, go to [app.warp.dev/link\_sso](https://app.warp.dev/link_sso)
4. This should link your login to SSO. You can now proceed to login with "Continue with SSO".