Skip to content

Commit ced132c

Browse files
fix: update all URLs from charmer to charmer-rs
- Update GitHub repo URLs in README, mkdocs, and docs - Update GitHub Pages site URL - Fix git clone commands and release download URLs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1e829d3 commit ced132c

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A terminal user interface (TUI) for monitoring Snakemake pipelines on HPC cluste
1313
## Installation
1414

1515
```bash
16-
cargo install --git https://github.com/rnabioco/charmer.git
16+
cargo install --git https://github.com/rnabioco/charmer-rs.git
1717
```
1818

1919
## Quick Start
@@ -28,7 +28,7 @@ charmer /path/to/pipeline
2828

2929
## Documentation
3030

31-
Full documentation is available at **[rnabioco.github.io/charmer](https://rnabioco.github.io/charmer)**.
31+
Full documentation is available at **[rnabioco.github.io/charmer-rs](https://rnabioco.github.io/charmer-rs)**.
3232

3333
## License
3434

docs/dev/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Thank you for your interest in contributing to charmer!
1212
### Clone and Build
1313

1414
```bash
15-
git clone https://github.com/rnabioco/charmer.git
16-
cd charmer
15+
git clone https://github.com/rnabioco/charmer-rs.git
16+
cd charmer-rs
1717

1818
# Using cargo
1919
cargo build

docs/getting-started/installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
```bash
1414
# Clone the repository
15-
git clone https://github.com/rnabioco/charmer.git
16-
cd charmer
15+
git clone https://github.com/rnabioco/charmer-rs.git
16+
cd charmer-rs
1717

1818
# Build release binary
1919
cargo build --release
@@ -34,8 +34,8 @@ cargo install --path crates/charmer
3434
curl -fsSL https://pixi.sh/install.sh | bash
3535

3636
# Clone and install
37-
git clone https://github.com/rnabioco/charmer.git
38-
cd charmer
37+
git clone https://github.com/rnabioco/charmer-rs.git
38+
cd charmer-rs
3939
pixi install
4040

4141
# Build
@@ -54,11 +54,11 @@ Pre-built binaries are available for each release:
5454
- `charmer-macos-x86_64.tar.gz` - macOS Intel
5555
- `charmer-macos-aarch64.tar.gz` - macOS Apple Silicon
5656

57-
Download from the [releases page](https://github.com/rnabioco/charmer/releases).
57+
Download from the [releases page](https://github.com/rnabioco/charmer-rs/releases).
5858

5959
```bash
6060
# Example for Linux
61-
curl -LO https://github.com/rnabioco/charmer/releases/latest/download/charmer-linux-x86_64.tar.gz
61+
curl -LO https://github.com/rnabioco/charmer-rs/releases/latest/download/charmer-linux-x86_64.tar.gz
6262
tar xzf charmer-linux-x86_64.tar.gz
6363
./charmer --help
6464
```

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
site_name: charmer
22
site_description: TUI for monitoring Snakemake pipelines on HPC clusters
3-
site_url: https://rnabioco.github.io/charmer
4-
repo_url: https://github.com/rnabioco/charmer
5-
repo_name: rnabioco/charmer
3+
site_url: https://rnabioco.github.io/charmer-rs
4+
repo_url: https://github.com/rnabioco/charmer-rs
5+
repo_name: rnabioco/charmer-rs
66

77
theme:
88
name: material
@@ -65,4 +65,4 @@ nav:
6565
extra:
6666
social:
6767
- icon: fontawesome/brands/github
68-
link: https://github.com/rnabioco/charmer
68+
link: https://github.com/rnabioco/charmer-rs

0 commit comments

Comments
 (0)