From bb4bd2d412916360ed55af7b7eb6f26fa68107b9 Mon Sep 17 00:00:00 2001 From: fourbroad Date: Thu, 30 Jul 2026 10:02:15 +0800 Subject: [PATCH] docs: migrate README download links to new Gitea domain (eightarms.net) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e84b39e..c734c39 100644 --- a/README.md +++ b/README.md @@ -7,22 +7,22 @@ The AI coding agent built for the terminal. **Unix (Linux/macOS):** ```bash -curl -fsSL http://octopus.51zxtx.com:3000/fourbroad/octopus-release/raw/branch/main/install | bash +curl -fsSL https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install | bash ``` **Windows (PowerShell):** ```powershell -irm http://octopus.51zxtx.com:3000/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex +irm https://eightarms.net/fourbroad/octopus-release/raw/branch/main/install.ps1 | iex ``` ## Documentation -Visit the [documentation](http://octopus.51zxtx.com:3000/fourbroad/octopus/wiki) for usage guides and API reference. +Visit the [documentation](https://eightarms.net/fourbroad/octopus/wiki) for usage guides and API reference. ## Development -The source code and issue tracker are available at the [private development repository](http://octopus.51zxtx.com:3000/fourbroad/octopus). +The source code and issue tracker are available at the [private development repository](https://eightarms.net/fourbroad/octopus). ## License