From 1092526a9fc897adedfef104a6e15086431b6bff Mon Sep 17 00:00:00 2001 From: Vera-AI Date: Thu, 26 Mar 2026 15:52:20 -0500 Subject: [PATCH] Update repository URL to GitHub --- DOCKERHUB.md | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DOCKERHUB.md b/DOCKERHUB.md index 9c7b4dc..c1d5e5d 100644 --- a/DOCKERHUB.md +++ b/DOCKERHUB.md @@ -370,7 +370,7 @@ TZ=America/Chicago ## Source Code -- **Gitea**: https://speedyfox.app/SpeedyFoxAi/vera-ai-v2 +- **Gitea**: https://github.com/speedyfoxai/vera-ai --- diff --git a/README.md b/README.md index cb6c7d5..93544f9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Docker](https://img.shields.io/docker/pulls/vera-ai/latest?style=for-the-badge)](https://hub.docker.com/r/vera-ai/latest) [![License](https://img.shields.io/badge/license-MIT-blue?style=for-the-badge)](LICENSE) -[![Gitea](https://img.shields.io/badge/repo-Gitea-orange?style=for-the-badge)](https://speedyfox.app/SpeedyFoxAi/vera-ai-v2) +[![GitHub](https://img.shields.io/badge/repo-GitHub-blue?style=for-the-badge)](https://github.com/speedyfoxai/vera-ai) --- @@ -351,7 +351,7 @@ Use the provided context to give informed, personalized responses. ```bash # 1. Clone -git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git +git clone https://github.com/speedyfoxai/vera-ai.git cd vera-ai-v2 # 2. Configure @@ -383,7 +383,7 @@ curl http://localhost:11434/ ### Step 1: Clone Repository ```bash -git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git +git clone https://github.com/speedyfoxai/vera-ai.git cd vera-ai-v2 ``` @@ -644,7 +644,7 @@ sudo lsof -i :11434 ### Build from Source ```bash -git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git +git clone https://github.com/speedyfoxai/vera-ai.git cd vera-ai-v2 pip install -r requirements.txt docker compose build @@ -677,8 +677,8 @@ MIT License - see [LICENSE](LICENSE) file for details. | Resource | Link | |----------|------| -| **Repository** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2 | -| **Issues** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2/issues | +| **Repository** | https://github.com/speedyfoxai/vera-ai | +| **Issues** | https://github.com/speedyfoxai/vera-ai/issues | ---