Skip to content

Commit 5e2bb68

Browse files
committed
Update repository links to use chipadevteam in documentation and configuration files
1 parent 0cb25e0 commit 5e2bb68

10 files changed

Lines changed: 44 additions & 44 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please be respectful and professional in all interactions. We want to maintain a
99
## Getting Started
1010

1111
1. Fork the repository
12-
2. Clone your fork: `git clone https://github.com/yourusername/StakeAPI.git`
12+
2. Clone your fork: `git clone https://github.com/chipadevteam/StakeAPI.git`
1313
3. Create a virtual environment: `python -m venv venv`
1414
4. Activate the virtual environment:
1515
- Windows: `venv\Scripts\activate`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
6969

7070
## Support
7171

72-
If you encounter any issues, please file them in the [issues section](https://github.com/yourusername/StakeAPI/issues).
72+
If you encounter any issues, please file them in the [issues section](https://github.com/chipadevteam/StakeAPI/issues).

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install stakeapi
2424
For development installation:
2525

2626
```bash
27-
git clone https://github.com/yourusername/StakeAPI.git
27+
git clone https://github.com/chipadevteam/StakeAPI.git
2828
cd StakeAPI
2929
pip install -e ".[dev]"
3030
```
@@ -444,7 +444,7 @@ client = StakeAPI(api_key=api_key)
444444

445445
For issues, questions, or contributions:
446446

447-
- GitHub Issues: [https://github.com/yourusername/StakeAPI/issues](https://github.com/yourusername/StakeAPI/issues)
447+
- GitHub Issues: [https://github.com/chipadevteam/StakeAPI/issues](https://github.com/chipadevteam/StakeAPI/issues)
448448
- Documentation: [https://stakeapi.readthedocs.io](https://stakeapi.readthedocs.io)
449449
- Email: support@stakeapi.dev
450450

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ aux_links:
1313
"Get Started on Stake.com":
1414
- "https://stake.com/?c=WY7953wQ"
1515
"GitHub":
16-
- "https://github.com/yourusername/StakeAPI"
16+
- "https://github.com/chipadevteam/StakeAPI"
1717

1818
aux_links_new_tab: true
1919

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This installs StakeAPI and all required dependencies:
3636
If you want the latest development version:
3737

3838
```bash
39-
git clone https://github.com/yourusername/StakeAPI.git
39+
git clone https://github.com/chipadevteam/StakeAPI.git
4040
cd StakeAPI
4141
pip install -e .
4242
```

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The most powerful unofficial Python wrapper for the Stake.com API. Build bots, a
1313
{: .fs-6 .fw-300 }
1414

1515
[Get Started]({% link getting-started/installation.md %}){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
16-
[View on GitHub](https://github.com/yourusername/StakeAPI){: .btn .fs-5 .mb-4 .mb-md-0 }
16+
[View on GitHub](https://github.com/chipadevteam/StakeAPI){: .btn .fs-5 .mb-4 .mb-md-0 }
1717
[Sign Up on Stake.com](https://stake.com/?c=WY7953wQ){: .btn .btn-green .fs-5 .mb-4 .mb-md-0 }
1818

1919
---
@@ -112,7 +112,7 @@ StakeAPI supports Python 3.8 and above:
112112

113113
## Community & Support
114114

115-
- [GitHub Issues](https://github.com/yourusername/StakeAPI/issues) — Report bugs and request features
115+
- [GitHub Issues](https://github.com/chipadevteam/StakeAPI/issues) — Report bugs and request features
116116
- [Contributing Guide]({% link resources/contributing.md %}) — Learn how to contribute
117117
- [Changelog]({% link resources/changelog.md %}) — See what's new
118118

docs/resources/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Help make StakeAPI even better — contributions of all kinds are welcome!
2020
### 1. Fork & Clone
2121

2222
```bash
23-
git clone https://github.com/yourusername/StakeAPI.git
23+
git clone https://github.com/chipadevteam/StakeAPI.git
2424
cd StakeAPI
2525
```
2626

docs/resources/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ balance = asyncio.run(main())
263263
## Still Stuck?
264264

265265
1. Check the [FAQ]({% link resources/faq.md %})
266-
2. Search [GitHub Issues](https://github.com/yourusername/StakeAPI/issues)
266+
2. Search [GitHub Issues](https://github.com/chipadevteam/StakeAPI/issues)
267267
3. Open a new issue with:
268268
- StakeAPI version
269269
- Python version

docs/sitemap.xml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,187 +1,187 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://yourusername.github.io/StakeAPI/</loc>
4+
<loc>https://chipadevteam.github.io/StakeAPI/</loc>
55
<lastmod>2026-03-31</lastmod>
66
<changefreq>weekly</changefreq>
77
<priority>1.0</priority>
88
</url>
99
<url>
10-
<loc>https://yourusername.github.io/StakeAPI/getting-started/</loc>
10+
<loc>https://chipadevteam.github.io/StakeAPI/getting-started/</loc>
1111
<lastmod>2026-03-31</lastmod>
1212
<changefreq>monthly</changefreq>
1313
<priority>0.9</priority>
1414
</url>
1515
<url>
16-
<loc>https://yourusername.github.io/StakeAPI/getting-started/installation/</loc>
16+
<loc>https://chipadevteam.github.io/StakeAPI/getting-started/installation/</loc>
1717
<lastmod>2026-03-31</lastmod>
1818
<changefreq>monthly</changefreq>
1919
<priority>0.9</priority>
2020
</url>
2121
<url>
22-
<loc>https://yourusername.github.io/StakeAPI/getting-started/authentication/</loc>
22+
<loc>https://chipadevteam.github.io/StakeAPI/getting-started/authentication/</loc>
2323
<lastmod>2026-03-31</lastmod>
2424
<changefreq>monthly</changefreq>
2525
<priority>0.9</priority>
2626
</url>
2727
<url>
28-
<loc>https://yourusername.github.io/StakeAPI/getting-started/quickstart/</loc>
28+
<loc>https://chipadevteam.github.io/StakeAPI/getting-started/quickstart/</loc>
2929
<lastmod>2026-03-31</lastmod>
3030
<changefreq>monthly</changefreq>
3131
<priority>0.9</priority>
3232
</url>
3333
<url>
34-
<loc>https://yourusername.github.io/StakeAPI/guides/</loc>
34+
<loc>https://chipadevteam.github.io/StakeAPI/guides/</loc>
3535
<lastmod>2026-03-31</lastmod>
3636
<changefreq>monthly</changefreq>
3737
<priority>0.8</priority>
3838
</url>
3939
<url>
40-
<loc>https://yourusername.github.io/StakeAPI/guides/casino-games/</loc>
40+
<loc>https://chipadevteam.github.io/StakeAPI/guides/casino-games/</loc>
4141
<lastmod>2026-03-31</lastmod>
4242
<changefreq>monthly</changefreq>
4343
<priority>0.8</priority>
4444
</url>
4545
<url>
46-
<loc>https://yourusername.github.io/StakeAPI/guides/sports-betting/</loc>
46+
<loc>https://chipadevteam.github.io/StakeAPI/guides/sports-betting/</loc>
4747
<lastmod>2026-03-31</lastmod>
4848
<changefreq>monthly</changefreq>
4949
<priority>0.8</priority>
5050
</url>
5151
<url>
52-
<loc>https://yourusername.github.io/StakeAPI/guides/user-account/</loc>
52+
<loc>https://chipadevteam.github.io/StakeAPI/guides/user-account/</loc>
5353
<lastmod>2026-03-31</lastmod>
5454
<changefreq>monthly</changefreq>
5555
<priority>0.8</priority>
5656
</url>
5757
<url>
58-
<loc>https://yourusername.github.io/StakeAPI/guides/betting/</loc>
58+
<loc>https://chipadevteam.github.io/StakeAPI/guides/betting/</loc>
5959
<lastmod>2026-03-31</lastmod>
6060
<changefreq>monthly</changefreq>
6161
<priority>0.8</priority>
6262
</url>
6363
<url>
64-
<loc>https://yourusername.github.io/StakeAPI/guides/graphql-queries/</loc>
64+
<loc>https://chipadevteam.github.io/StakeAPI/guides/graphql-queries/</loc>
6565
<lastmod>2026-03-31</lastmod>
6666
<changefreq>monthly</changefreq>
6767
<priority>0.7</priority>
6868
</url>
6969
<url>
70-
<loc>https://yourusername.github.io/StakeAPI/guides/error-handling/</loc>
70+
<loc>https://chipadevteam.github.io/StakeAPI/guides/error-handling/</loc>
7171
<lastmod>2026-03-31</lastmod>
7272
<changefreq>monthly</changefreq>
7373
<priority>0.7</priority>
7474
</url>
7575
<url>
76-
<loc>https://yourusername.github.io/StakeAPI/guides/rate-limiting/</loc>
76+
<loc>https://chipadevteam.github.io/StakeAPI/guides/rate-limiting/</loc>
7777
<lastmod>2026-03-31</lastmod>
7878
<changefreq>monthly</changefreq>
7979
<priority>0.7</priority>
8080
</url>
8181
<url>
82-
<loc>https://yourusername.github.io/StakeAPI/guides/websockets/</loc>
82+
<loc>https://chipadevteam.github.io/StakeAPI/guides/websockets/</loc>
8383
<lastmod>2026-03-31</lastmod>
8484
<changefreq>monthly</changefreq>
8585
<priority>0.7</priority>
8686
</url>
8787
<url>
88-
<loc>https://yourusername.github.io/StakeAPI/guides/advanced-usage/</loc>
88+
<loc>https://chipadevteam.github.io/StakeAPI/guides/advanced-usage/</loc>
8989
<lastmod>2026-03-31</lastmod>
9090
<changefreq>monthly</changefreq>
9191
<priority>0.7</priority>
9292
</url>
9393
<url>
94-
<loc>https://yourusername.github.io/StakeAPI/guides/security/</loc>
94+
<loc>https://chipadevteam.github.io/StakeAPI/guides/security/</loc>
9595
<lastmod>2026-03-31</lastmod>
9696
<changefreq>monthly</changefreq>
9797
<priority>0.7</priority>
9898
</url>
9999
<url>
100-
<loc>https://yourusername.github.io/StakeAPI/guides/performance/</loc>
100+
<loc>https://chipadevteam.github.io/StakeAPI/guides/performance/</loc>
101101
<lastmod>2026-03-31</lastmod>
102102
<changefreq>monthly</changefreq>
103103
<priority>0.7</priority>
104104
</url>
105105
<url>
106-
<loc>https://yourusername.github.io/StakeAPI/api-reference/</loc>
106+
<loc>https://chipadevteam.github.io/StakeAPI/api-reference/</loc>
107107
<lastmod>2026-03-31</lastmod>
108108
<changefreq>monthly</changefreq>
109109
<priority>0.8</priority>
110110
</url>
111111
<url>
112-
<loc>https://yourusername.github.io/StakeAPI/api-reference/client/</loc>
112+
<loc>https://chipadevteam.github.io/StakeAPI/api-reference/client/</loc>
113113
<lastmod>2026-03-31</lastmod>
114114
<changefreq>monthly</changefreq>
115115
<priority>0.8</priority>
116116
</url>
117117
<url>
118-
<loc>https://yourusername.github.io/StakeAPI/api-reference/auth-manager/</loc>
118+
<loc>https://chipadevteam.github.io/StakeAPI/api-reference/auth-manager/</loc>
119119
<lastmod>2026-03-31</lastmod>
120120
<changefreq>monthly</changefreq>
121121
<priority>0.7</priority>
122122
</url>
123123
<url>
124-
<loc>https://yourusername.github.io/StakeAPI/api-reference/models/</loc>
124+
<loc>https://chipadevteam.github.io/StakeAPI/api-reference/models/</loc>
125125
<lastmod>2026-03-31</lastmod>
126126
<changefreq>monthly</changefreq>
127127
<priority>0.8</priority>
128128
</url>
129129
<url>
130-
<loc>https://yourusername.github.io/StakeAPI/api-reference/endpoints/</loc>
130+
<loc>https://chipadevteam.github.io/StakeAPI/api-reference/endpoints/</loc>
131131
<lastmod>2026-03-31</lastmod>
132132
<changefreq>monthly</changefreq>
133133
<priority>0.7</priority>
134134
</url>
135135
<url>
136-
<loc>https://yourusername.github.io/StakeAPI/api-reference/exceptions/</loc>
136+
<loc>https://chipadevteam.github.io/StakeAPI/api-reference/exceptions/</loc>
137137
<lastmod>2026-03-31</lastmod>
138138
<changefreq>monthly</changefreq>
139139
<priority>0.7</priority>
140140
</url>
141141
<url>
142-
<loc>https://yourusername.github.io/StakeAPI/api-reference/utilities/</loc>
142+
<loc>https://chipadevteam.github.io/StakeAPI/api-reference/utilities/</loc>
143143
<lastmod>2026-03-31</lastmod>
144144
<changefreq>monthly</changefreq>
145145
<priority>0.6</priority>
146146
</url>
147147
<url>
148-
<loc>https://yourusername.github.io/StakeAPI/resources/</loc>
148+
<loc>https://chipadevteam.github.io/StakeAPI/resources/</loc>
149149
<lastmod>2026-03-31</lastmod>
150150
<changefreq>monthly</changefreq>
151151
<priority>0.7</priority>
152152
</url>
153153
<url>
154-
<loc>https://yourusername.github.io/StakeAPI/resources/examples/</loc>
154+
<loc>https://chipadevteam.github.io/StakeAPI/resources/examples/</loc>
155155
<lastmod>2026-03-31</lastmod>
156156
<changefreq>monthly</changefreq>
157157
<priority>0.8</priority>
158158
</url>
159159
<url>
160-
<loc>https://yourusername.github.io/StakeAPI/resources/faq/</loc>
160+
<loc>https://chipadevteam.github.io/StakeAPI/resources/faq/</loc>
161161
<lastmod>2026-03-31</lastmod>
162162
<changefreq>monthly</changefreq>
163163
<priority>0.7</priority>
164164
</url>
165165
<url>
166-
<loc>https://yourusername.github.io/StakeAPI/resources/troubleshooting/</loc>
166+
<loc>https://chipadevteam.github.io/StakeAPI/resources/troubleshooting/</loc>
167167
<lastmod>2026-03-31</lastmod>
168168
<changefreq>monthly</changefreq>
169169
<priority>0.7</priority>
170170
</url>
171171
<url>
172-
<loc>https://yourusername.github.io/StakeAPI/resources/changelog/</loc>
172+
<loc>https://chipadevteam.github.io/StakeAPI/resources/changelog/</loc>
173173
<lastmod>2026-03-31</lastmod>
174174
<changefreq>weekly</changefreq>
175175
<priority>0.6</priority>
176176
</url>
177177
<url>
178-
<loc>https://yourusername.github.io/StakeAPI/resources/contributing/</loc>
178+
<loc>https://chipadevteam.github.io/StakeAPI/resources/contributing/</loc>
179179
<lastmod>2026-03-31</lastmod>
180180
<changefreq>monthly</changefreq>
181181
<priority>0.5</priority>
182182
</url>
183183
<url>
184-
<loc>https://yourusername.github.io/StakeAPI/resources/migration/</loc>
184+
<loc>https://chipadevteam.github.io/StakeAPI/resources/migration/</loc>
185185
<lastmod>2026-03-31</lastmod>
186186
<changefreq>monthly</changefreq>
187187
<priority>0.5</priority>

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ docs = [
5252
]
5353

5454
[project.urls]
55-
Homepage = "https://github.com/yourusername/StakeAPI"
55+
Homepage = "https://github.com/chipadevteam/StakeAPI"
5656
Documentation = "https://stakeapi.readthedocs.io"
57-
Repository = "https://github.com/yourusername/StakeAPI"
58-
"Bug Tracker" = "https://github.com/yourusername/StakeAPI/issues"
57+
Repository = "https://github.com/chipadevteam/StakeAPI"
58+
"Bug Tracker" = "https://github.com/chipadevteam/StakeAPI/issues"
5959

6060
[tool.setuptools_scm]
6161
write_to = "stakeapi/_version.py"

0 commit comments

Comments
 (0)