Skip to content

Commit 4861c7e

Browse files
mizchiclaude
andcommitted
docs: fix install URLs from mizchi/bit-vcs to bit-vcs/bit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ef89b79 commit 4861c7e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/quick-start-ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bit-relay は `bit hub` のメタデータ(Issue, PR, Note 等)を中継す
2525

2626
```bash
2727
# bit のインストール
28-
curl -fsSL https://raw.githubusercontent.com/mizchi/bit-vcs/main/install.sh | bash
28+
curl -fsSL https://raw.githubusercontent.com/bit-vcs/bit/main/install.sh | bash
2929

3030
# relay の疎通確認
3131
curl https://bit-relay.mizchi.workers.dev/health

docs/usage-guide-ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ bit-relay を使ったリポジトリ共有・issue 管理・コラボレーシ
77

88
```bash
99
# シェルスクリプト(Mac/Linux)
10-
curl -fsSL https://raw.githubusercontent.com/mizchi/bit-vcs/main/install.sh | bash
10+
curl -fsSL https://raw.githubusercontent.com/bit-vcs/bit/main/install.sh | bash
1111

1212
# MoonBit パッケージマネージャ
13-
moon install mizchi/bit/cmd/bit
13+
moon install bit-vcs/bit/cmd/bit
1414
```
1515

1616
```bash

docs/usage-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ familiarity with Git.
77

88
```bash
99
# Shell script (Mac/Linux)
10-
curl -fsSL https://raw.githubusercontent.com/mizchi/bit-vcs/main/install.sh | bash
10+
curl -fsSL https://raw.githubusercontent.com/bit-vcs/bit/main/install.sh | bash
1111

1212
# MoonBit package manager
13-
moon install mizchi/bit/cmd/bit
13+
moon install bit-vcs/bit/cmd/bit
1414
```
1515

1616
```bash

0 commit comments

Comments
 (0)