From 744ce971e798e06a647d78353dba7348b91da2f6 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Tue, 9 Jun 2026 10:51:58 +0100 Subject: [PATCH] docs: update Upsun docs links to developer.upsun.com docs.upsun.com now redirects (301) to developer.upsun.com, with a changed path structure (no .html suffix, separate /cli/ root). Update the four references in README.md to the new canonical URLs. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64da1e2..3e908d1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Upsun plugin for AI coding agents and IDEs. Manage [Upsun](https://upsun.com) pr | Component | Location | Description | |-----------|----------|-------------| | **Skills** | `plugins/upsun/skills/` | `upsun` – workflow guide for deployments, environments, backups, databases, and more, with a config reference | -| **MCP Server** | `plugins/upsun/.mcp.json` | Natural-language infrastructure management via [Upsun MCP](https://docs.upsun.com/get-started/ai/using-the-mcp.html) | +| **MCP Server** | `plugins/upsun/.mcp.json` | Natural-language infrastructure management via [Upsun MCP](https://developer.upsun.com/docs/get-started/ai/using-the-mcp) | ## Installation @@ -98,7 +98,7 @@ For global permissions, edit `~/.claude/settings.json` with the same structure. ### MCP Server (Optional) -The plugin includes the [Upsun MCP Server](https://docs.upsun.com/get-started/ai/using-the-mcp.html) for natural-language infrastructure management. +The plugin includes the [Upsun MCP Server](https://developer.upsun.com/docs/get-started/ai/using-the-mcp) for natural-language infrastructure management. It authenticates via OAuth2 by default. In Claude Code, you can sign in via the `/plugin` menu. @@ -200,8 +200,8 @@ This project is licensed under the MIT - see the [LICENSE](LICENSE) file for det ### Support -- **Upsun Documentation**: https://docs.upsun.com -- **Upsun CLI Reference**: https://docs.upsun.com/administration/cli/reference.html +- **Upsun Documentation**: https://developer.upsun.com/docs +- **Upsun CLI Reference**: https://developer.upsun.com/cli/reference - **Claude Code** (plugin docs): https://code.claude.com/docs - **Issues**: Please report issues on the GitHub repository