diff --git a/astro.config.mjs b/astro.config.mjs
index 2594d73..dc6481d 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -20,7 +20,7 @@ export default defineConfig({
replacesTitle: false,
},
social: [
- { icon: 'github', label: 'GitHub', href: 'https://github.com/ryanmalloy/mcwaddams' },
+ { icon: 'github', label: 'GitHub', href: 'https://git.supported.systems/MCP/mcwaddams' },
],
customCss: [
'./src/styles/custom.css',
@@ -107,7 +107,7 @@ export default defineConfig({
},
],
editLink: {
- baseUrl: 'https://github.com/ryanmalloy/mcwaddams-site/edit/main/',
+ baseUrl: 'https://git.supported.systems/warehack.ing/mcwaddams-site/_edit/main/',
},
lastUpdated: true,
pagination: true,
diff --git a/src/content/docs/community/credits.mdx b/src/content/docs/community/credits.mdx
index 8857561..b63109d 100644
--- a/src/content/docs/community/credits.mdx
+++ b/src/content/docs/community/credits.mdx
@@ -105,7 +105,7 @@ The persistence of caring about the small things. Like proper Unicode handling i
Built by Ryan Malloy at [Supported Systems](https://supported.systems).
- [ryanmalloy.com](https://ryanmalloy.com) — Personal site
- - [GitHub](https://github.com/ryanmalloy) — Open source work
+ - [Gitea](https://git.supported.systems/rsp2k) — Open source work
Read: [AI Discernment vs AI Criticism](https://ryanmalloy.com/collaborations/ai-discernment-vs-criticism/) —
diff --git a/src/content/docs/community/feedback.mdx b/src/content/docs/community/feedback.mdx
index 26b1348..b48142c 100644
--- a/src/content/docs/community/feedback.mdx
+++ b/src/content/docs/community/feedback.mdx
@@ -12,9 +12,9 @@ We want to hear from you — bugs, feature requests, or just letting us know wha
## Report Issues
## What Makes a Good Bug Report
diff --git a/src/content/docs/how-to/hosted-mcp.mdx b/src/content/docs/how-to/hosted-mcp.mdx
index d9b411d..821d922 100644
--- a/src/content/docs/how-to/hosted-mcp.mdx
+++ b/src/content/docs/how-to/hosted-mcp.mdx
@@ -198,7 +198,7 @@ By default, hosted servers only accept URLs and `file_content` uploads. If you'r
Clone the repo and use our docker-compose with caddy-docker-proxy labels:
```bash
-git clone https://github.com/ryanmalloy/mcwaddams.git
+git clone https://git.supported.systems/MCP/mcwaddams.git
cd mcwaddams
cp .env.example .env
# Edit .env to set your hostname
diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx
index 5cd47b3..6b97dd9 100644
--- a/src/content/docs/index.mdx
+++ b/src/content/docs/index.mdx
@@ -12,8 +12,8 @@ hero:
link: /installation/
icon: right-arrow
variant: primary
- - text: View on GitHub
- link: https://github.com/ryanmalloy/mcwaddams
+ - text: View Source
+ link: https://git.supported.systems/MCP/mcwaddams
icon: external
variant: minimal
---
diff --git a/src/content/docs/tps/dashboard.mdx b/src/content/docs/tps/dashboard.mdx
index 544c1f5..f2be768 100644
--- a/src/content/docs/tps/dashboard.mdx
+++ b/src/content/docs/tps/dashboard.mdx
@@ -92,7 +92,7 @@ We grabbed 301 random Office documents from a real filesystem and threw them at
```bash
# Clone the repo
-git clone https://github.com/ryanmalloy/mcwaddams.git
+git clone https://git.supported.systems/MCP/mcwaddams.git
cd mcwaddams
# Install dev dependencies
diff --git a/src/content/docs/tps/torture.mdx b/src/content/docs/tps/torture.mdx
index bf11488..7d895de 100644
--- a/src/content/docs/tps/torture.mdx
+++ b/src/content/docs/tps/torture.mdx
@@ -209,7 +209,7 @@ Got a folder of questionable Office documents? Run them through:
```bash
# Clone and install
-git clone https://github.com/ryanmalloy/mcwaddams.git
+git clone https://git.supported.systems/MCP/mcwaddams.git
cd mcwaddams
uv sync --dev