From fcca6786aa8eb30d246d56b696a22d81fbb360a2 Mon Sep 17 00:00:00 2001 From: johnnyfish Date: Mon, 18 May 2026 22:13:53 +0300 Subject: [PATCH] fix: use canonical onecli.sh domain without www prefix --- cmd/onecli/skill_gateway_fallback.md | 2 +- scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/onecli/skill_gateway_fallback.md b/cmd/onecli/skill_gateway_fallback.md index 7040e79..581cc11 100644 --- a/cmd/onecli/skill_gateway_fallback.md +++ b/cmd/onecli/skill_gateway_fallback.md @@ -50,7 +50,7 @@ values are managed by OneCLI — do NOT modify or delete them. If an MCP server won't start due to missing credentials, create stubs **before** starting it. Use `"onecli-managed"` as the placeholder for all secret values, with file permissions `0600`. See the guide at: -https://www.onecli.sh/docs/guides/credential-stubs/general-app +https://onecli.sh/docs/guides/credential-stubs/general-app ## When a Request Fails diff --git a/scripts/install.sh b/scripts/install.sh index 42d7304..735d636 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -40,7 +40,7 @@ main() { # Fetch latest release info from server (avoids GitHub API rate limits) echo "Fetching latest release..." - RELEASE_INFO=$(curl -fsSL "https://www.onecli.sh/cli/version?os=${OS}&arch=${ARCH}") + RELEASE_INFO=$(curl -fsSL "https://onecli.sh/cli/version?os=${OS}&arch=${ARCH}") LATEST=$(echo "$RELEASE_INFO" | sed -n '1p') if [ -z "$LATEST" ]; then