diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6ff8ed3..5121054c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -145,7 +145,7 @@ All participation โ€” issues, PRs, Discord, comments โ€” is governed by the [Cod ## ๐ŸŒŸ Recognition -- Every merged contributor is listed in the [`AUTHORS`](AUTHORS) file and on the [public marketplace](https://www.superagentskill.com/marketplace/rankings). +- Every merged contributor is listed in the [`AUTHORS`](AUTHORS) file and on the [public marketplace](https://superagentskill.com/marketplace/rankings). - Top contributors get the **Skill Architect** role on Discord, early access to new features, and a small monthly grant from the platform revenue pool. - **Found a robustness issue?** It's published as a public finding (e.g. `SAS-2026-0042`) with your handle credited โ€” CVE-style. diff --git a/SOULS_DISCLAIMER.md b/SOULS_DISCLAIMER.md index 68ddbb9d..c379ee79 100644 --- a/SOULS_DISCLAIMER.md +++ b/SOULS_DISCLAIMER.md @@ -3,7 +3,7 @@ > **TL;DR โ€” Fictional AI persona. Not the real person. Use at your own risk.** This document applies to every "soul" published in this repository and on -[superagentskill.com](https://www.superagentskill.com). It is the canonical, +[superagentskill.com](https://superagentskill.com). It is the canonical, machine-readable source of truth โ€” the same text is shipped in the platform UI, in `SOUL.md` exports, and in the soul JSON API response under the `disclaimer` field. @@ -80,6 +80,6 @@ faith. | Single source of truth | `src/lib/souls/disclaimer.ts` | | GitHub repository | This file (`SOULS_DISCLAIMER.md`) | -See also: [Terms](https://www.superagentskill.com/terms) ยท -[Privacy](https://www.superagentskill.com/privacy) ยท -[Legal & Disclaimers](https://www.superagentskill.com/legal/disclaimers). +See also: [Terms](https://superagentskill.com/terms) ยท +[Privacy](https://superagentskill.com/privacy) ยท +[Legal & Disclaimers](https://superagentskill.com/legal/disclaimers). diff --git a/content/README.md b/content/README.md index fe915add..50e49560 100644 --- a/content/README.md +++ b/content/README.md @@ -32,5 +32,5 @@ Each package is a single YAML file. Filename = `.yaml`. curl -O https://raw.githubusercontent.com/criptogus/agent-evolve-network/main/content/skills/code-reviewer.yaml # or stream the live, evolving version through MCP -# https://www.superagentskill.com/api/mcp +# https://superagentskill.com/api/mcp ``` diff --git a/src/components/share/ShareMenu.tsx b/src/components/share/ShareMenu.tsx index 05c8c598..556007d0 100644 --- a/src/components/share/ShareMenu.tsx +++ b/src/components/share/ShareMenu.tsx @@ -17,7 +17,7 @@ type Props = { }; const SITE_ORIGIN = - typeof window !== "undefined" ? window.location.origin : "https://www.superagentskill.com"; + typeof window !== "undefined" ? window.location.origin : "https://superagentskill.com"; function absolutize(url: string): string { if (/^https?:\/\//i.test(url)) return url; diff --git a/src/components/site/Footer.tsx b/src/components/site/Footer.tsx index 39a48eb0..330d9e13 100644 --- a/src/components/site/Footer.tsx +++ b/src/components/site/Footer.tsx @@ -43,7 +43,7 @@ export function Footer() { { label: "Use cases", to: "/use-cases" }, { label: "Bounties", to: "/bounties" }, { label: "Affiliate leaderboard", to: "/leaderboard" }, - { label: "Discord", href: "https://www.superagentskill.com/community" }, + { label: "Discord", href: "https://superagentskill.com/community" }, ]} /> { if (!link) return; diff --git a/src/routes/account.tokens.tsx b/src/routes/account.tokens.tsx index 976b114d..ce7e8b69 100644 --- a/src/routes/account.tokens.tsx +++ b/src/routes/account.tokens.tsx @@ -242,7 +242,7 @@ function TokensPage() { label="2. curl" snippet={`export SAS_TOKEN="${fresh ?? PLACEHOLDER}" -curl -X POST https://www.superagentskill.com/api/packages/upload \\ +curl -X POST https://superagentskill.com/api/packages/upload \\ -H "Authorization: Bearer $SAS_TOKEN" \\ -H "Content-Type: application/json" \\ -d '{ @@ -259,7 +259,7 @@ curl -X POST https://www.superagentskill.com/api/packages/upload \\