Skip to content

Commit f5b20de

Browse files
authored
chore: replace org name in repo urls (#396)
1 parent 15078ba commit f5b20de

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK
88
## How to Contribute (non-technical)
99

1010
- **Create an Issue** – found a bug or have a feature idea?
11-
[Open an issue](https://github.com/cyclotruc/gitingest/issues/new).
11+
[Open an issue](https://github.com/coderamp-labs/gitingest/issues/new).
1212
- **Spread the Word** – tweet, blog, or tell a friend.
1313
- **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.
1414

@@ -23,7 +23,7 @@ If you ever get stuck, reach out on [Discord](https://discord.com/invite/zerRaGK
2323
2. **Clone** your fork:
2424

2525
```bash
26-
git clone https://github.com/cyclotruc/gitingest.git
26+
git clone https://github.com/coderamp-labs/gitingest.git
2727
cd gitingest
2828
```
2929

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir --upgrade pip \
1818

1919
# Stage 2: Runtime image
2020
FROM python:3.13-slim
21-
LABEL org.opencontainers.image.source="https://github.com/cyclotruc/gitingest"
21+
LABEL org.opencontainers.image.source="https://github.com/coderamp-labs/gitingest"
2222

2323
# Minimal runtime utilities
2424
RUN apt-get update \

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gitingest
22

3-
[![Screenshot of Gitingest front page](https://raw.githubusercontent.com/cyclotruc/gitingest/refs/heads/main/docs/frontpage.png)](https://gitingest.com)
3+
[![Screenshot of Gitingest front page](https://raw.githubusercontent.com/coderamp-labs/gitingest/refs/heads/main/docs/frontpage.png)](https://gitingest.com)
44

55
<!-- Badges -->
66
<!-- markdownlint-disable MD033 -->
@@ -10,13 +10,13 @@
1010
<a href="https://pypi.org/project/gitingest"><img src="https://img.shields.io/pypi/pyversions/gitingest.svg" alt="Python Versions"></a>
1111
<br>
1212
<!-- row 2 — quality & community -->
13-
<a href="https://github.com/cyclotruc/gitingest/actions/workflows/ci.yml?query=branch%3Amain"><img src="https://github.com/cyclotruc/gitingest/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
13+
<a href="https://github.com/coderamp-labs/gitingest/actions/workflows/ci.yml?query=branch%3Amain"><img src="https://github.com/coderamp-labs/gitingest/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI"></a>
1414
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a>
15-
<a href="https://scorecard.dev/viewer/?uri=github.com/cyclotruc/gitingest"><img src="https://api.scorecard.dev/projects/github.com/cyclotruc/gitingest/badge" alt="OpenSSF Scorecard"></a>
15+
<a href="https://scorecard.dev/viewer/?uri=github.com/coderamp-labs/gitingest"><img src="https://api.scorecard.dev/projects/github.com/coderamp-labs/gitingest/badge" alt="OpenSSF Scorecard"></a>
1616
<br>
17-
<a href="https://github.com/cyclotruc/gitingest/blob/main/LICENSE"><img src="https://img.shields.io/github/license/cyclotruc/gitingest.svg" alt="License"></a>
17+
<a href="https://github.com/coderamp-labs/gitingest/blob/main/LICENSE"><img src="https://img.shields.io/github/license/coderamp-labs/gitingest.svg" alt="License"></a>
1818
<a href="https://pepy.tech/project/gitingest"><img src="https://pepy.tech/badge/gitingest" alt="Downloads"></a>
19-
<a href="https://github.com/cyclotruc/gitingest"><img src="https://img.shields.io/github/stars/cyclotruc/gitingest" alt="GitHub Stars"></a>
19+
<a href="https://github.com/coderamp-labs/gitingest"><img src="https://img.shields.io/github/stars/coderamp-labs/gitingest" alt="GitHub Stars"></a>
2020
<a href="https://discord.com/invite/zerRaGK9EC"><img src="https://img.shields.io/badge/Discord-Join_chat-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
2121
<br>
2222
<a href="https://trendshift.io/repositories/13519"><img src="https://trendshift.io/api/badge/repositories/13519" alt="Trendshift" height="50"></a>
@@ -31,14 +31,14 @@ You can also replace `hub` with `ingest` in any GitHub URL to access the corresp
3131
[gitingest.com](https://gitingest.com) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest)
3232

3333
<!-- Languages -->
34-
[Deutsch](https://www.readme-i18n.com/cyclotruc/gitingest?lang=de) |
35-
[Español](https://www.readme-i18n.com/cyclotruc/gitingest?lang=es) |
36-
[Français](https://www.readme-i18n.com/cyclotruc/gitingest?lang=fr) |
37-
[日本語](https://www.readme-i18n.com/cyclotruc/gitingest?lang=ja) |
38-
[한국어](https://www.readme-i18n.com/cyclotruc/gitingest?lang=ko) |
39-
[Português](https://www.readme-i18n.com/cyclotruc/gitingest?lang=pt) |
40-
[Русский](https://www.readme-i18n.com/cyclotruc/gitingest?lang=ru) |
41-
[中文](https://www.readme-i18n.com/cyclotruc/gitingest?lang=zh)
34+
[Deutsch](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=de) |
35+
[Español](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=es) |
36+
[Français](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=fr) |
37+
[日本語](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=ja) |
38+
[한국어](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=ko) |
39+
[Português](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=pt) |
40+
[Русский](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=ru) |
41+
[中文](https://www.readme-i18n.com/coderamp-labs/gitingest?lang=zh)
4242

4343
## 🚀 Features
4444

@@ -107,10 +107,10 @@ The `gitingest` command line tool allows you to analyze codebases and create a t
107107
gitingest /path/to/directory
108108

109109
# From URL
110-
gitingest https://github.com/cyclotruc/gitingest
110+
gitingest https://github.com/coderamp-labs/gitingest
111111

112112
# or from specific subdirectory
113-
gitingest https://github.com/cyclotruc/gitingest/tree/main/src/gitingest/utils
113+
gitingest https://github.com/coderamp-labs/gitingest/tree/main/src/gitingest/utils
114114
```
115115

116116
For private repositories, use the `--token/-t` option.
@@ -150,10 +150,10 @@ from gitingest import ingest
150150
summary, tree, content = ingest("path/to/directory")
151151

152152
# or from URL
153-
summary, tree, content = ingest("https://github.com/cyclotruc/gitingest")
153+
summary, tree, content = ingest("https://github.com/coderamp-labs/gitingest")
154154

155155
# or from a specific subdirectory
156-
summary, tree, content = ingest("https://github.com/cyclotruc/gitingest/tree/main/src/gitingest/utils")
156+
summary, tree, content = ingest("https://github.com/coderamp-labs/gitingest/tree/main/src/gitingest/utils")
157157
```
158158

159159
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
220220

221221
### Non-technical ways to contribute
222222

223-
- **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.
223+
- **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.
224224
- **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.
225-
- **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).
225+
- **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).
226226

227227
### Technical ways to contribute
228228

@@ -242,4 +242,4 @@ Check out the NPM alternative 📦 Repomix: <https://github.com/yamadashy/repomi
242242

243243
## 🚀 Project Growth
244244

245-
[![Star History Chart](https://api.star-history.com/svg?repos=cyclotruc/gitingest&type=Date)](https://star-history.com/#cyclotruc/gitingest&Date)
245+
[![Star History Chart](https://api.star-history.com/svg?repos=coderamp-labs/gitingest&type=Date)](https://star-history.com/#coderamp-labs/gitingest&Date)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ gitingest = "gitingest.__main__:main"
4949

5050
[project.urls]
5151
homepage = "https://gitingest.com"
52-
github = "https://github.com/cyclotruc/gitingest"
52+
github = "https://github.com/coderamp-labs/gitingest"
5353

5454
[build-system]
5555
requires = ["setuptools>=61.0", "wheel"]

src/server/server_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
MAX_SLIDER_POSITION: int = 500 # Maximum slider position
1313

1414
EXAMPLE_REPOS: list[dict[str, str]] = [
15-
{"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"},
15+
{"name": "Gitingest", "url": "https://github.com/coderamp-labs/gitingest"},
1616
{"name": "FastAPI", "url": "https://github.com/tiangolo/fastapi"},
1717
{"name": "Flask", "url": "https://github.com/pallets/flask"},
1818
{"name": "Excalidraw", "url": "https://github.com/excalidraw/excalidraw"},

src/server/templates/components/navbar.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</a>
1818
{# GitHub link #}
1919
<div class="flex items-center gap-2">
20-
<a href="https://github.com/cyclotruc/gitingest"
20+
<a href="https://github.com/coderamp-labs/gitingest"
2121
target="_blank"
2222
rel="noopener noreferrer"
2323
class="link-bounce flex items-center gap-1.5 text-gray-900">

src/static/js/navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function formatStarCount(count) {
77

88
async function fetchGitHubStars() {
99
try {
10-
const res = await fetch('https://api.github.com/repos/cyclotruc/gitingest');
10+
const res = await fetch('https://api.github.com/repos/coderamp-labs/gitingest');
1111

1212
if (!res.ok) {throw new Error(`${res.status} ${res.statusText}`);}
1313
const data = await res.json();

src/static/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def ingest_with_token_rotation(repo_url: str, token_manager):
355355
---
356356
## 7. Support & Resources for AI Developers
357357
* **Web UI official instance**: https://gitingest.com
358-
* **GitHub Repository**: https://github.com/cyclotruc/gitingest
358+
* **GitHub Repository**: https://github.com/coderamp-labs/gitingest
359359
* **Python Package**: https://pypi.org/project/gitingest/
360360
* **Community Support**: https://discord.gg/zerRaGK9EC
361361

src/static/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33
Allow: /api/
4-
Allow: /cyclotruc/gitingest/
4+
Allow: /coderamp-labs/gitingest/

tests/test_clone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async def test_clone_specific_branch(tmp_path: Path) -> None:
233233
When ``clone_repo`` is called,
234234
Then the repository should be cloned and checked out at that branch.
235235
"""
236-
repo_url = "https://github.com/cyclotruc/gitingest.git"
236+
repo_url = "https://github.com/coderamp-labs/gitingest.git"
237237
branch_name = "main"
238238
local_path = tmp_path / "gitingest"
239239
clone_config = CloneConfig(url=repo_url, local_path=str(local_path), branch=branch_name)

0 commit comments

Comments
 (0)