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