Skip to content

Commit 9364655

Browse files
committed
Sync references to ruanflux GitHub username
1 parent 7a5a897 commit 9364655

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Thanks for wanting to help make this better. A few notes to save us both time.
3131
## Dev setup
3232

3333
```bash
34-
git clone https://github.com/RUANGUANYUAN11111/chatrel.git
34+
git clone https://github.com/ruanflux/chatrel.git
3535
cd chatrel
3636
python -m venv .venv && source .venv/bin/activate # or Scripts\activate on Windows
3737
pip install -e ".[dev]"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Apply 7 empirically-grounded psychology frameworks to your chat history with a partner.**
66
**100% local · privacy-preserving · Chinese + English.**
77

8-
[![Tests](https://github.com/RUANGUANYUAN11111/chatrel/actions/workflows/test.yml/badge.svg)](https://github.com/RUANGUANYUAN11111/chatrel/actions/workflows/test.yml)
8+
[![Tests](https://github.com/ruanflux/chatrel/actions/workflows/test.yml/badge.svg)](https://github.com/ruanflux/chatrel/actions/workflows/test.yml)
99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
1010
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
1111
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
@@ -51,7 +51,7 @@ All images below are generated from the **synthetic demo dataset** (`sample_data
5151
## Install
5252

5353
```bash
54-
git clone https://github.com/RUANGUANYUAN11111/chatrel.git
54+
git clone https://github.com/ruanflux/chatrel.git
5555
cd chatrel
5656
pip install -e .
5757
```

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## 安装
2828

2929
```bash
30-
git clone https://github.com/RUANGUANYUAN11111/chatrel.git
30+
git clone https://github.com/ruanflux/chatrel.git
3131
cd chatrel
3232
pip install -e .
3333
```

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ dev = [
5757
chatrel = "chatrel.cli:main"
5858

5959
[project.urls]
60-
Homepage = "https://github.com/RUANGUANYUAN11111/chatrel"
61-
Issues = "https://github.com/RUANGUANYUAN11111/chatrel/issues"
62-
Documentation = "https://github.com/RUANGUANYUAN11111/chatrel/tree/main/docs"
60+
Homepage = "https://github.com/ruanflux/chatrel"
61+
Issues = "https://github.com/ruanflux/chatrel/issues"
62+
Documentation = "https://github.com/ruanflux/chatrel/tree/main/docs"
6363

6464
[tool.setuptools.packages.find]
6565
where = ["src"]

src/chatrel/renderers/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ def html_page(title: str, header_bg: str, caption: str, body: str, extra_css: st
4646
<div class="wrap">
4747
{body}
4848
</div>
49-
<footer>Generated locally by <a href="https://github.com/RUANGUANYUAN11111/chatrel" style="color:#888">ChatRel</a></footer>
49+
<footer>Generated locally by <a href="https://github.com/ruanflux/chatrel" style="color:#888">ChatRel</a></footer>
5050
</body></html>
5151
"""

0 commit comments

Comments
 (0)