Skip to content

Commit 199b485

Browse files
authored
🤖 chore: update homepage from cmux.io to mux.coder.com (#853)
_Generated with `mux`_ Updates all homepage URL references from `cmux.io` to `mux.coder.com`. **DNS verified:** ``` $ dig mux.coder.com CNAME +short coder.github.io. ``` **Files changed:** - `docs/CNAME` - GitHub Pages custom domain - `README.md` - documentation links - `src/browser/utils/commands/sources.ts` - keybinds help link - `vscode/README.md` - extension description
1 parent 931f2ad commit 199b485

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ Here are some specific use cases we enable:
3333

3434
## Features
3535

36-
- **Isolated workspaces** with central view on git divergence ([docs](https://cmux.io/runtime.html))
37-
- **[Local](https://cmux.io/runtime/local.html)**: run directly in your project directory
38-
- **[Worktree](https://cmux.io/runtime/worktree.html)**: git worktrees on your local machine
39-
- **[SSH](https://cmux.io/runtime/ssh.html)**: remote execution on a server over SSH
36+
- **Isolated workspaces** with central view on git divergence ([docs](https://mux.coder.com/runtime.html))
37+
- **[Local](https://mux.coder.com/runtime/local.html)**: run directly in your project directory
38+
- **[Worktree](https://mux.coder.com/runtime/worktree.html)**: git worktrees on your local machine
39+
- **[SSH](https://mux.coder.com/runtime/ssh.html)**: remote execution on a server over SSH
4040
- **Multi-model** (`sonnet-4-*`, `grok-*`, `gpt-5-*`, `opus-4-*`)
41-
- Ollama supported for local LLMs ([docs](https://cmux.io/models.html#ollama-local))
42-
- OpenRouter supported for long-tail of LLMs ([docs](https://cmux.io/models.html#openrouter-cloud))
43-
- **VS Code Extension**: Jump into mux workspaces directly from VS Code ([docs](https://cmux.io/vscode-extension.html))
41+
- Ollama supported for local LLMs ([docs](https://mux.coder.com/models.html#ollama-local))
42+
- OpenRouter supported for long-tail of LLMs ([docs](https://mux.coder.com/models.html#openrouter-cloud))
43+
- **VS Code Extension**: Jump into mux workspaces directly from VS Code ([docs](https://mux.coder.com/vscode-extension.html))
4444
- Supporting UI and keybinds for efficiently managing a suite of agents
4545
- Rich markdown outputs (mermaid diagrams, LaTeX, etc.)
4646

4747
mux has a custom agent loop but much of the core UX is inspired by Claude Code. You'll find familiar features like Plan/Exec mode, vim inputs, `/compact` and new ones
48-
like [opportunistic compaction](https://cmux.io/context-management.html) and [mode prompts](https://cmux.io/instruction-files.html#mode-prompts).
48+
like [opportunistic compaction](https://mux.coder.com/context-management.html) and [mode prompts](https://mux.coder.com/instruction-files.html#mode-prompts).
4949

50-
**[Read the full documentation →](https://cmux.io)**
50+
**[Read the full documentation →](https://mux.coder.com)**
5151

5252
## Install
5353

@@ -58,7 +58,7 @@ like [opportunistic compaction](https://cmux.io/context-management.html) and [mo
5858
Download pre-built binaries from [the releases page](https://github.com/coder/mux/releases) for
5959
macOS and Linux.
6060

61-
[More on installation →](https://cmux.io/install.html)
61+
[More on installation →](https://mux.coder.com/install.html)
6262

6363
## Screenshots
6464

@@ -99,7 +99,7 @@ macOS and Linux.
9999

100100
## More reading
101101

102-
See [the documentation](https://cmux.io) for more details.
102+
See [the documentation](https://mux.coder.com) for more details.
103103

104104
## Development
105105

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cmux.io
1+
mux.coder.com

src/browser/utils/commands/sources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export function buildCoreSources(p: BuildSourcesParams): Array<() => CommandActi
487487
section: section.help,
488488
run: () => {
489489
try {
490-
window.open("https://cmux.io/keybinds.html", "_blank");
490+
window.open("https://mux.coder.com/keybinds.html", "_blank");
491491
} catch {
492492
/* ignore */
493493
}

vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mux VS Code Extension
22

3-
Open [mux](https://cmux.io) workspaces from VS Code or Cursor.
3+
Open [mux](https://mux.coder.com) workspaces from VS Code or Cursor.
44

55
## Installation
66

0 commit comments

Comments
 (0)