From a4a6187af3f02e667102641290aa884cb864ef1b Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 23 Apr 2026 13:29:46 +0200 Subject: [PATCH] Fix Deploio links in README.md Updated Deploio links from .com to .ch in README.md. I would also be fine to use deplo.io but the .com url seems kinda off. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5863584..e9fcf3c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Version](https://img.shields.io/github/v/release/renuo/deploio-claude-plugin?label=version)](https://github.com/renuo/deploio-claude-plugin/releases) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) -A [Claude Code](https://claude.ai/code) plugin for deploying and managing apps on [Deploio](https://deploio.com) — Nine Internet Solutions' PaaS platform. Instead of memorising `nctl` commands, just describe what you want in plain language. +A [Claude Code](https://claude.ai/code) plugin for deploying and managing apps on [Deploio](https://deploio.ch) — Nine Internet Solutions' PaaS platform. Instead of memorising `nctl` commands, just describe what you want in plain language. ``` "Deploy my Rails app to Deploio" @@ -131,7 +131,7 @@ The plugin follows a **coordinator pattern** — Claude never runs `nctl` comman - Claude Code CLI - `nctl` v1.14.0 or newer -- A Deploio account ([deploio.com](https://deploio.com)) +- A Deploio account ([deploio.ch](https://deploio.ch)) - Your app in a git repository (GitHub, GitLab, Bitbucket, or self-hosted) --- @@ -142,7 +142,7 @@ The plugin follows a **coordinator pattern** — Claude never runs `nctl` comman - [Nine documentation](https://docs.nine.ch) - [nctl CLI — installation & reference](https://github.com/ninech/nctl) - [nctl releases](https://github.com/ninech/nctl/releases/latest) -- [Deploio platform](https://deploio.com) +- [Deploio platform](https://deploio.ch) ## Development