Skip to content

Commit 7b77fae

Browse files
committed
docs: update links the from S1M0N38 to coder
1 parent 0fc9b9b commit 7b77fae

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
22
<h1>BalatroBot</h1>
33
<p align="center">
4-
<a href="https://github.com/S1M0N38/balatrobot/releases">
5-
<img alt="GitHub release" src="https://img.shields.io/github/v/release/S1M0N38/balatrobot?include_prereleases&sort=semver&style=for-the-badge&logo=github"/>
4+
<a href="https://github.com/coder/balatrobot/releases">
5+
<img alt="GitHub release" src="https://img.shields.io/github/v/release/coder/balatrobot?include_prereleases&sort=semver&style=for-the-badge&logo=github"/>
66
</a>
77
<a href="https://discord.gg/TPn6FYgGPv">
88
<img alt="Discord" src="https://img.shields.io/badge/discord-server?style=for-the-badge&logo=discord&logoColor=%23FFFFFF&color=%235865F2"/>
@@ -15,13 +15,13 @@
1515
---
1616

1717
> [!WARNING]
18-
> **Pre-1.0 Development Notice**: This project is currently in pre-1.0 development phase. According to [Semantic Versioning](https://semver.org/) specification, minor version updates (0.x.y → 0.(x+1).0) may introduce breaking changes. Please review release notes carefully before upgrading. Check out [here](https://github.com/users/S1M0N38/projects/7/views/1) the progressions.
18+
> **Pre-1.0 Development Notice**: This project is currently in pre-1.0 development phase. According to [Semantic Versioning](https://semver.org/) specification, minor version updates (0.x.y → 0.(x+1).0) may introduce breaking changes. Please review release notes carefully before upgrading. Check out [here](https://github.com/orgs/coder/projects) the progressions.
1919
2020
BalatroBot is a Python framework designed to help developers create automated bots for the card game Balatro. The framework provides a comprehensive API for interacting with the game, handling game state, making strategic decisions, and executing actions. Whether you're building a simple bot or a sophisticated AI player, BalatroBot offers the tools and structure needed to get started quickly.
2121

2222
## 📚 Documentation
2323

24-
https://s1m0n38.github.io/balatrobot/
24+
https://coder.github.io/balatrobot/
2525

2626
## 🙏 Acknowledgments
2727

docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BalatroBot uses a dual-architecture approach with a Python framework that commun
66

77
## Project Status & Priorities
88

9-
We track all development work using the [BalatroBot GitHub Project](https://github.com/users/S1M0N38/projects/7). This is the best place to see current priorities, ongoing work, and opportunities for contribution.
9+
We track all development work using the [BalatroBot GitHub Project](https://github.com/orgs/coder/projects). This is the best place to see current priorities, ongoing work, and opportunities for contribution.
1010

1111
## Getting Started
1212

@@ -72,7 +72,7 @@ Before contributing, ensure you have:
7272

7373
1. **Check Issues First** (Highly Encouraged)
7474

75-
- Browse the [BalatroBot GitHub Project](https://github.com/users/S1M0N38/projects/7)
75+
- Browse the [BalatroBot GitHub Project](https://github.com/orgs/coder/projects)
7676
- Comment on issues you'd like to work on
7777
- Create new issues for bugs or feature requests
7878

docs/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BalatroBot is installed like any other Steamodded mod.
2222
cd %AppData%/Balatro
2323
mkdir -p Mods
2424
cd Mods
25-
git clone https://github.com/S1M0N38/balatrobot.git
25+
git clone https://github.com/coder/balatrobot.git
2626
```
2727

2828
=== "MacOS"
@@ -31,7 +31,7 @@ BalatroBot is installed like any other Steamodded mod.
3131
cd "/Users/$USER/Library/Application Support/Balatro"
3232
mkdir -p Mods
3333
cd Mods
34-
git clone https://github.com/S1M0N38/balatrobot.git
34+
git clone https://github.com/coder/balatrobot.git
3535
```
3636

3737
=== "Linux"
@@ -40,7 +40,7 @@ BalatroBot is installed like any other Steamodded mod.
4040
cd ~/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro
4141
mkdir -p Mods
4242
cd Mods
43-
git clone https://github.com/S1M0N38/balatrobot.git
43+
git clone https://github.com/coder/balatrobot.git
4444
```
4545

4646
!!! tip
@@ -53,7 +53,7 @@ BalatroBot is installed like any other Steamodded mod.
5353
```sh
5454
# Clone repository to a custom location
5555
cd C:\your\custom\path
56-
git clone https://github.com/S1M0N38/balatrobot.git
56+
git clone https://github.com/coder/balatrobot.git
5757

5858
# Create symlink in Mods directory
5959
cd %AppData%/Balatro/Mods
@@ -65,7 +65,7 @@ BalatroBot is installed like any other Steamodded mod.
6565
```sh
6666
# Clone repository to a custom location
6767
cd /your/custom/path
68-
git clone https://github.com/S1M0N38/balatrobot.git
68+
git clone https://github.com/coder/balatrobot.git
6969

7070
# Create symlink in Mods directory
7171
cd "/Users/$USER/Library/Application Support/Balatro/Mods"
@@ -77,7 +77,7 @@ BalatroBot is installed like any other Steamodded mod.
7777
```sh
7878
# Clone repository to a custom location
7979
cd /your/custom/path
80-
git clone https://github.com/S1M0N38/balatrobot.git
80+
git clone https://github.com/coder/balatrobot.git
8181

8282
# Create symlink in Mods directory
8383
cd ~/.local/share/Steam/steamapps/compatdata/2379780/pfx/drive_c/users/steamuser/AppData/Roaming/Balatro/Mods
@@ -255,7 +255,7 @@ The bot is working correctly if:
255255
If you encounter issues during installation or testing:
256256

257257
- **Discord Support**: Join our community at [https://discord.gg/xzBAj4JFVC](https://discord.gg/xzBAj4JFVC) for real-time help
258-
- **GitHub Issues**: Report bugs or request features by [opening an issue](https://github.com/S1M0N38/balatrobot/issues) on GitHub
258+
- **GitHub Issues**: Report bugs or request features by [opening an issue](https://github.com/coder/balatrobot/issues) on GitHub
259259

260260
---
261261

docs/logging-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Files are saved as: `{mod_path}/runs/YYYYMMDDTHHMMSS.jsonl`
4040
)
4141
```
4242

43-
Examples for runs can be found in the [test suite](https://github.com/S1M0N38/balatrobot/tree/main/tests/runs).
43+
Examples for runs can be found in the [test suite](https://github.com/coder/balatrobot/tree/main/tests/runs).
4444

4545
### Format Specification
4646

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
site_name: BalatroBot
22
site_description: A bot framework for Balatro
33
site_author: 'S1M0N38'
4-
repo_name: 'S1M0N38/balatrobot'
5-
repo_url: https://github.com/S1M0N38/balatrobot
6-
site_url: https://s1m0n38.github.io/balatrobot/
4+
repo_name: 'coder/balatrobot'
5+
repo_url: https://github.com/coder/balatrobot
6+
site_url: https://coder.github.io/balatrobot/
77
docs_dir: docs/
88
theme:
99
name: material

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ classifiers = [
2121
]
2222

2323
[project.urls]
24-
Homepage = "https://github.com/S1M0N38/balatrobot"
25-
Issues = "https://github.com/S1M0N38/balatrobot/issues"
26-
Repository = "https://github.com/S1M0N38/balatrobot"
27-
Changelog = "https://github.com/S1M0N38/balatrobot/blob/main/CHANGELOG.md"
24+
Homepage = "https://github.com/coder/balatrobot"
25+
Issues = "https://github.com/coder/balatrobot/issues"
26+
Repository = "https://github.com/coder/balatrobot"
27+
Changelog = "https://github.com/coder/balatrobot/blob/main/CHANGELOG.md"
2828

2929
[build-system]
3030
requires = ["hatchling"]

0 commit comments

Comments
 (0)