Update all URLs from GitHub to Gitea

Library repo: git.supported.systems/MCP/mcwaddams
Site repo: git.supported.systems/warehack.ing/mcwaddams-site
This commit is contained in:
Ryan Malloy 2026-02-20 15:44:11 -07:00
parent 3af91e8a9d
commit 5a582615fd
7 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@ export default defineConfig({
replacesTitle: false, replacesTitle: false,
}, },
social: [ social: [
{ icon: 'github', label: 'GitHub', href: 'https://github.com/ryanmalloy/mcwaddams' }, { icon: 'github', label: 'GitHub', href: 'https://git.supported.systems/MCP/mcwaddams' },
], ],
customCss: [ customCss: [
'./src/styles/custom.css', './src/styles/custom.css',
@ -107,7 +107,7 @@ export default defineConfig({
}, },
], ],
editLink: { editLink: {
baseUrl: 'https://github.com/ryanmalloy/mcwaddams-site/edit/main/', baseUrl: 'https://git.supported.systems/warehack.ing/mcwaddams-site/_edit/main/',
}, },
lastUpdated: true, lastUpdated: true,
pagination: true, pagination: true,

View File

@ -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). Built by Ryan Malloy at [Supported Systems](https://supported.systems).
<br/><br/> <br/><br/>
- [ryanmalloy.com](https://ryanmalloy.com) — Personal site - [ryanmalloy.com](https://ryanmalloy.com) — Personal site
- [GitHub](https://github.com/ryanmalloy) — Open source work - [Gitea](https://git.supported.systems/rsp2k) — Open source work
<br/><br/> <br/><br/>
<small> <small>
Read: [AI Discernment vs AI Criticism](https://ryanmalloy.com/collaborations/ai-discernment-vs-criticism/) — Read: [AI Discernment vs AI Criticism](https://ryanmalloy.com/collaborations/ai-discernment-vs-criticism/) —

View File

@ -12,9 +12,9 @@ We want to hear from you — bugs, feature requests, or just letting us know wha
## Report Issues ## Report Issues
<LinkCard <LinkCard
title="GitHub Issues" title="Issues"
description="Report bugs or request features on our GitHub repository." description="Report bugs or request features on our repository."
href="https://github.com/ryanmalloy/mcwaddams/issues" href="https://git.supported.systems/MCP/mcwaddams/issues"
/> />
## What Makes a Good Bug Report ## What Makes a Good Bug Report

View File

@ -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: Clone the repo and use our docker-compose with caddy-docker-proxy labels:
```bash ```bash
git clone https://github.com/ryanmalloy/mcwaddams.git git clone https://git.supported.systems/MCP/mcwaddams.git
cd mcwaddams cd mcwaddams
cp .env.example .env cp .env.example .env
# Edit .env to set your hostname # Edit .env to set your hostname

View File

@ -12,8 +12,8 @@ hero:
link: /installation/ link: /installation/
icon: right-arrow icon: right-arrow
variant: primary variant: primary
- text: View on GitHub - text: View Source
link: https://github.com/ryanmalloy/mcwaddams link: https://git.supported.systems/MCP/mcwaddams
icon: external icon: external
variant: minimal variant: minimal
--- ---

View File

@ -92,7 +92,7 @@ We grabbed 301 random Office documents from a real filesystem and threw them at
```bash ```bash
# Clone the repo # Clone the repo
git clone https://github.com/ryanmalloy/mcwaddams.git git clone https://git.supported.systems/MCP/mcwaddams.git
cd mcwaddams cd mcwaddams
# Install dev dependencies # Install dev dependencies

View File

@ -209,7 +209,7 @@ Got a folder of questionable Office documents? Run them through:
```bash ```bash
# Clone and install # Clone and install
git clone https://github.com/ryanmalloy/mcwaddams.git git clone https://git.supported.systems/MCP/mcwaddams.git
cd mcwaddams cd mcwaddams
uv sync --dev uv sync --dev