Skip to content

Commit 3ac71ad

Browse files
committed
Update docs links to use cmux.io custom domain
- Change all docs URLs from coder.github.io/cmux to cmux.io - Update README.md and docs/README.md
1 parent fe04060 commit 3ac71ad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# cmux - Coding Agent Multiplexer
1+
# cmux - coding agent multiplexer
22

33
[![CI](https://github.com/coder/cmux/actions/workflows/ci.yml/badge.svg)](https://github.com/coder/cmux/actions/workflows/ci.yml)
44
[![Build](https://github.com/coder/cmux/actions/workflows/build.yml/badge.svg)](https://github.com/coder/cmux/actions/workflows/build.yml)
55

6-
A cross-platform desktop application for AI-assisted development with git worktree integration.
6+
A cross-platform desktop application for embarassingly parallel development.
77

88
## Documentation
99

10-
📚 **[Read the full documentation →](https://coder.github.io/cmux)**
10+
📚 **[Read the full documentation →](https://cmux.io)**
1111

12-
- [Installation](https://coder.github.io/cmux/install.html)
13-
- [Keyboard Shortcuts](https://coder.github.io/cmux/keybinds.html)
14-
- [Developer Guide](https://coder.github.io/cmux/AGENTS.html)
12+
- [Installation](https://cmux.io/install.html)
13+
- [Keyboard Shortcuts](https://cmux.io/keybinds.html)
14+
- [Developer Guide](https://cmux.io/AGENTS.html)
1515

1616
## Quick Install
1717

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bun docs:watch
1919

2020
-**Mermaid diagrams** - Add diagrams with ` ```mermaid ` code blocks
2121
-**Link checking** - Automatically validates all links during build
22-
-**GitHub Pages** - Auto-deploys to https://coder.github.io/cmux on push to main
22+
-**GitHub Pages** - Auto-deploys to https://cmux.io on push to main
2323

2424
## Structure
2525

0 commit comments

Comments
 (0)