diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ee8733bc..0cc77b6b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,7 +8,7 @@ If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK
## How to Contribute (non-technical)
- **Create an Issue** – found a bug or have a feature idea?
- [Open an issue](https://github.com/cyclotruc/gitingest/issues/new).
+ [Open an issue](https://github.com/coderamp-labs/gitingest/issues/new).
- **Spread the Word** – tweet, blog, or tell a friend.
- **Use Gitingest** – real-world usage gives the best feedback. File issues or ping us on [Discord](https://discord.com/invite/zerRaGK9EC) with anything you notice.
@@ -23,7 +23,7 @@ If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK
2. **Clone** your fork:
```bash
- git clone https://github.com/cyclotruc/gitingest.git
+ git clone https://github.com/coderamp-labs/gitingest.git
cd gitingest
```
diff --git a/Dockerfile b/Dockerfile
index 92b8a0ba..bebb67ce 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir --upgrade pip \
# Stage 2: Runtime image
FROM python:3.13-slim
-LABEL org.opencontainers.image.source="https://github.com/cyclotruc/gitingest"
+LABEL org.opencontainers.image.source="https://github.com/coderamp-labs/gitingest"
# Minimal runtime utilities
RUN apt-get update \
diff --git a/README.md b/README.md
index aab92204..314f3a8a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Gitingest
-[](https://gitingest.com)
+[](https://gitingest.com)
@@ -10,13 +10,13 @@
-
+
-
+
-
+
-
+
@@ -31,14 +31,14 @@ You can also replace `hub` with `ingest` in any GitHub URL to access the corresp
[gitingest.com](https://gitingest.com) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest)
-[Deutsch](https://www.readme-i18n.com/cyclotruc/gitingest?lang=de) |
-[Español](https://www.readme-i18n.com/cyclotruc/gitingest?lang=es) |
-[Français](https://www.readme-i18n.com/cyclotruc/gitingest?lang=fr) |
-[日本語](https://www.readme-i18n.com/cyclotruc/gitingest?lang=ja) |
-[한국어](https://www.readme-i18n.com/cyclotruc/gitingest?lang=ko) |
-[Português](https://www.readme-i18n.com/cyclotruc/gitingest?lang=pt) |
-[Русский](https://www.readme-i18n.com/cyclotruc/gitingest?lang=ru) |
-[中文](https://www.readme-i18n.com/cyclotruc/gitingest?lang=zh)
+[Deutsch](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=de) |
+[Español](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=es) |
+[Français](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=fr) |
+[日本語](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=ja) |
+[한국어](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=ko) |
+[Português](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=pt) |
+[Русский](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=ru) |
+[中文](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=zh)
## 🚀 Features
@@ -107,10 +107,10 @@ The `gitingest` command line tool allows you to analyze codebases and create a t
gitingest /path/to/directory
# From URL
-gitingest https://github.com/cyclotruc/gitingest
+gitingest https://github.com/coderamp-labs/gitingest
# or from specific subdirectory
-gitingest https://github.com/cyclotruc/gitingest/tree/main/src/gitingest/utils
+gitingest https://github.com/coderamp-labs/gitingest/tree/main/src/gitingest/utils
```
For private repositories, use the `--token/-t` option.
@@ -150,10 +150,10 @@ from gitingest import ingest
summary, tree, content = ingest("path/to/directory")
# or from URL
-summary, tree, content = ingest("https://github.com/cyclotruc/gitingest")
+summary, tree, content = ingest("https://github.com/coderamp-labs/gitingest")
# or from a specific subdirectory
-summary, tree, content = ingest("https://github.com/cyclotruc/gitingest/tree/main/src/gitingest/utils")
+summary, tree, content = ingest("https://github.com/coderamp-labs/gitingest/tree/main/src/gitingest/utils")
```
For private repositories, you can pass a token:
@@ -220,9 +220,9 @@ If you are hosting it on a domain, you can specify the allowed hostnames via env
### Non-technical ways to contribute
-- **Create an Issue**: If you find a bug or have an idea for a new feature, please [create an issue](https://github.com/cyclotruc/gitingest/issues/new) on GitHub. This will help us track and prioritize your request.
+- **Create an Issue**: If you find a bug or have an idea for a new feature, please [create an issue](https://github.com/coderamp-labs/gitingest/issues/new) on GitHub. This will help us track and prioritize your request.
- **Spread the Word**: If you like Gitingest, please share it with your friends, colleagues, and on social media. This will help us grow the community and make Gitingest even better.
-- **Use Gitingest**: The best feedback comes from real-world usage! If you encounter any issues or have ideas for improvement, please let us know by [creating an issue](https://github.com/cyclotruc/gitingest/issues/new) on GitHub or by reaching out to us on [Discord](https://discord.com/invite/zerRaGK9EC).
+- **Use Gitingest**: The best feedback comes from real-world usage! If you encounter any issues or have ideas for improvement, please let us know by [creating an issue](https://github.com/coderamp-labs/gitingest/issues/new) on GitHub or by reaching out to us on [Discord](https://discord.com/invite/zerRaGK9EC).
### Technical ways to contribute
@@ -242,4 +242,4 @@ Check out the NPM alternative 📦 Repomix: =61.0", "wheel"]
diff --git a/src/server/server_config.py b/src/server/server_config.py
index ffc9c7bc..99ef5c91 100644
--- a/src/server/server_config.py
+++ b/src/server/server_config.py
@@ -12,7 +12,7 @@
MAX_SLIDER_POSITION: int = 500 # Maximum slider position
EXAMPLE_REPOS: list[dict[str, str]] = [
- {"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"},
+ {"name": "Gitingest", "url": "https://github.com/coderamp-labs/gitingest"},
{"name": "FastAPI", "url": "https://github.com/tiangolo/fastapi"},
{"name": "Flask", "url": "https://github.com/pallets/flask"},
{"name": "Excalidraw", "url": "https://github.com/excalidraw/excalidraw"},
diff --git a/src/server/templates/components/navbar.jinja b/src/server/templates/components/navbar.jinja
index b440ba98..6d0ec784 100644
--- a/src/server/templates/components/navbar.jinja
+++ b/src/server/templates/components/navbar.jinja
@@ -17,7 +17,7 @@
{# GitHub link #}
-
diff --git a/src/static/js/navbar.js b/src/static/js/navbar.js
index 2e64eab4..4d527081 100644
--- a/src/static/js/navbar.js
+++ b/src/static/js/navbar.js
@@ -7,7 +7,7 @@ function formatStarCount(count) {
async function fetchGitHubStars() {
try {
- const res = await fetch('https://api.github.com/repos/cyclotruc/gitingest');
+ const res = await fetch('https://api.github.com/repos/coderamp-labs/gitingest');
if (!res.ok) {throw new Error(`${res.status} ${res.statusText}`);}
const data = await res.json();
diff --git a/src/static/llms.txt b/src/static/llms.txt
index 2c302f9b..476f77fc 100644
--- a/src/static/llms.txt
+++ b/src/static/llms.txt
@@ -355,7 +355,7 @@ def ingest_with_token_rotation(repo_url: str, token_manager):
---
## 7. Support & Resources for AI Developers
* **Web UI official instance**: https://gitingest.com
-* **GitHub Repository**: https://github.com/cyclotruc/gitingest
+* **GitHub Repository**: https://github.com/coderamp-labs/gitingest
* **Python Package**: https://pypi.org/project/gitingest/
* **Community Support**: https://discord.gg/zerRaGK9EC
diff --git a/src/static/robots.txt b/src/static/robots.txt
index b757ab6a..a1af0c89 100644
--- a/src/static/robots.txt
+++ b/src/static/robots.txt
@@ -1,4 +1,4 @@
User-agent: *
Allow: /
Allow: /api/
-Allow: /cyclotruc/gitingest/
+Allow: /coderamp-labs/gitingest/
diff --git a/tests/test_clone.py b/tests/test_clone.py
index 4048543c..42ca1994 100644
--- a/tests/test_clone.py
+++ b/tests/test_clone.py
@@ -233,7 +233,7 @@ async def test_clone_specific_branch(tmp_path: Path) -> None:
When ``clone_repo`` is called,
Then the repository should be cloned and checked out at that branch.
"""
- repo_url = "https://github.com/cyclotruc/gitingest.git"
+ repo_url = "https://github.com/coderamp-labs/gitingest.git"
branch_name = "main"
local_path = tmp_path / "gitingest"
clone_config = CloneConfig(url=repo_url, local_path=str(local_path), branch=branch_name)