From 0f665c5f15575b6015b966e05bd55967b12517d0 Mon Sep 17 00:00:00 2001 From: diablo Date: Wed, 10 Jun 2026 02:30:16 -0400 Subject: [PATCH] chore: repoint all repo links to the forge (tree-wide) Finish the mirror cleanup: every github.com/TLimoges33/LifeRPG reference across CONTRIBUTING, docs, source, and plugin manifests now points to the Church forge. Verified clean by full leak sweep (0 hits). churchofmalware.org --- CONTRIBUTING.md | 6 +++--- docs/API_DOCUMENTATION.md | 2 +- docs/USER_GUIDE.md | 4 ++-- modern/backend/api_docs.py | 6 +++--- modern/docs/STUDENT_HOSTING_GUIDE.md | 4 ++-- modern/plugin-examples/pomodoro/plugin.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82b3d53..882df12 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Please read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing. 1. **Clone the repository**: ```bash - git clone https://github.com/TLimoges33/LifeRPG.git + git clone https://git.churchofmalware.org/Diablo_Rain/LifeRPG.git cd LifeRPG/modern ``` @@ -208,8 +208,8 @@ export const HabitCard: React.FC = ({ habit, onComplete }) => { ## Getting Help - **Discord**: Join our [community Discord](https://discord.gg/liferpg) (placeholder) -- **Issues**: Check existing [GitHub Issues](https://github.com/TLimoges33/LifeRPG/issues) -- **Discussions**: Use [GitHub Discussions](https://github.com/TLimoges33/LifeRPG/discussions) for questions +- **Issues**: Check existing [GitHub Issues](https://git.churchofmalware.org/Diablo_Rain/LifeRPG/issues) +- **Discussions**: Use [GitHub Discussions](https://git.churchofmalware.org/Diablo_Rain/LifeRPG/discussions) for questions ## Recognition diff --git a/docs/API_DOCUMENTATION.md b/docs/API_DOCUMENTATION.md index 3b1770a..eccc345 100644 --- a/docs/API_DOCUMENTATION.md +++ b/docs/API_DOCUMENTATION.md @@ -537,7 +537,7 @@ export function initialize(context: PluginContext): void { For API support and questions: - **Documentation**: https://liferpg.dev/docs -- **GitHub Issues**: https://github.com/TLimoges33/LifeRPG/issues +- **GitHub Issues**: https://git.churchofmalware.org/Diablo_Rain/LifeRPG/issues - **Community Discord**: https://discord.gg/liferpg (placeholder) ## Changelog diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index 7d7b516..cda14d5 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -342,7 +342,7 @@ LifeRPG is constantly evolving. Check back regularly for: - **Documentation**: `/docs` folder in the project - **API Reference**: `/docs/API_DOCUMENTATION.md` -- **GitHub**: https://github.com/TLimoges33/LifeRPG -- **Issues**: https://github.com/TLimoges33/LifeRPG/issues +- **GitHub**: https://git.churchofmalware.org/Diablo_Rain/LifeRPG +- **Issues**: https://git.churchofmalware.org/Diablo_Rain/LifeRPG/issues Remember: Building better habits is a journey, not a destination. Be patient with yourself, celebrate small wins, and keep moving forward. LifeRPG is here to make that journey more engaging and rewarding! diff --git a/modern/backend/api_docs.py b/modern/backend/api_docs.py index f9d2fad..8e002a6 100644 --- a/modern/backend/api_docs.py +++ b/modern/backend/api_docs.py @@ -74,7 +74,7 @@ def custom_openapi_schema(app: FastAPI): "description": "🤖 AI-powered habit management features", "externalDocs": { "description": "AI Documentation", - "url": "https://github.com/TLimoges33/LifeRPG/blob/master/PHASE_3_AI_README.md" + "url": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG/blob/master/PHASE_3_AI_README.md" } }, { @@ -337,12 +337,12 @@ def setup_api_docs(app: FastAPI): app.terms_of_service = "https://liferpg.com/terms" app.contact = { "name": "LifeRPG Support", - "url": "https://github.com/TLimoges33/LifeRPG", + "url": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG", "email": "support@liferpg.com" } app.license_info = { "name": "MIT License", - "url": "https://github.com/TLimoges33/LifeRPG/blob/master/LICENSE" + "url": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG/blob/master/LICENSE" } return app diff --git a/modern/docs/STUDENT_HOSTING_GUIDE.md b/modern/docs/STUDENT_HOSTING_GUIDE.md index de8205f..710ec33 100644 --- a/modern/docs/STUDENT_HOSTING_GUIDE.md +++ b/modern/docs/STUDENT_HOSTING_GUIDE.md @@ -131,7 +131,7 @@ services: - name: backend source_dir: /modern/backend github: - repo: TLimoges33/LifeRPG + repo: Diablo_Rain/LifeRPG branch: main build_command: pip install -r requirements.txt && python setup_ai.py run_command: uvicorn app:app --host 0.0.0.0 --port $PORT @@ -141,7 +141,7 @@ services: - name: frontend source_dir: /modern/frontend github: - repo: TLimoges33/LifeRPG + repo: Diablo_Rain/LifeRPG branch: main build_command: npm install && npm run build run_command: serve -s build -l $PORT diff --git a/modern/plugin-examples/pomodoro/plugin.json b/modern/plugin-examples/pomodoro/plugin.json index 000e407..91c60e7 100644 --- a/modern/plugin-examples/pomodoro/plugin.json +++ b/modern/plugin-examples/pomodoro/plugin.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "LifeRPG Team", "description": "A Pomodoro timer plugin for LifeRPG that helps you stay focused and track your work sessions.", - "homepage": "https://github.com/TLimoges33/LifeRPG", + "homepage": "https://git.churchofmalware.org/Diablo_Rain/LifeRPG", "targetApiVersion": "1.0", "minAppVersion": "1.0.0", "permissions": [