Skip to content

Commit b1c4843

Browse files
author
RedHeadphone
committed
rename
1 parent d324d77 commit b1c4843

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to [Codeforces readme stats](https://github.com/RedHeadphone/Codeforces-readme-stats)
1+
# Contributing to [Codeforces readme stats](https://github.com/RedHeadphone/codeforces-readme-stats)
22

33
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
44

@@ -38,9 +38,9 @@ While creating the Pull request to add a new theme **don't forget to add a scree
3838

3939
In short, when you submit changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
4040

41-
## Report issues/bugs using GitHub's [issues](https://github.com/RedHeadphone/Codeforces-readme-stats/issues)
41+
## Report issues/bugs using GitHub's [issues](https://github.com/RedHeadphone/codeforces-readme-stats/issues)
4242

43-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/RedHeadphone/Codeforces-readme-stats/issues/new/choose); it's that easy!
43+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/RedHeadphone/codeforces-readme-stats/issues/new/choose); it's that easy!
4444

4545
### Bug Reports
4646

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
An API that generates beautiful statistics of your Codeforces profile as an SVG image, perfect for showcasing your competitive programming skills and achievements on Github.
44

5-
Check the [docs](https://redheadphone.github.io/Codeforces-readme-stats/) for information on how to use the API.
5+
Check the [docs](https://redheadphone.github.io/codeforces-readme-stats/) for information on how to use the API.
66

77
## Features
88

99
- 📈 Clean and simple Codeforces stats
1010
- 🎨 Multiple themes - [Theme](docs/themes.md)
1111
- ⚙️ Fully customizable - [Customization](docs/customization.md)
1212
- 🚫 No tracking, controllable cache
13-
- 🍀 Open source - [MIT License](https://github.com/RedHeadphone/Codeforces-readme-stats/blob/master/LICENSE)
13+
- 🍀 Open source - [MIT License](https://github.com/RedHeadphone/codeforces-readme-stats/blob/master/LICENSE)
1414

1515
Want to contribute? Feel free to open a pull request!
1616

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An API that generates beautiful statistics of your Codeforces profile as an SVG
99
- 🎨 Multiple themes - [Theme](./themes.md)
1010
- ⚙️ Fully customizable - [Customization](./customization.md)
1111
- 🚫 No tracking, controllable cache
12-
- 🍀 Open source - [MIT License](https://github.com/RedHeadphone/Codeforces-readme-stats/blob/master/LICENSE)
12+
- 🍀 Open source - [MIT License](https://github.com/RedHeadphone/codeforces-readme-stats/blob/master/LICENSE)
1313

1414
Want to contribute? Feel free to open a pull request!
1515

docs/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Codeforces readme stats comes with several built-in themes (e.g. `dark`, `radica
1818
<img style="width:340px" src="../images/static/theme-card-4.svg">
1919
</p>
2020

21-
You can look at all available themes from the [theme config file](https://github.com/RedHeadphone/Codeforces-readme-stats/blob/master/src/themes.js) & **you can also contribute new themes** if you like :D
21+
You can look at all available themes from the [theme config file](https://github.com/RedHeadphone/codeforces-readme-stats/blob/master/src/themes.js) & **you can also contribute new themes** if you like :D

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
site_name: Codeforces Readme Stats
22
site_description: Dynamically generated Codeforces stats for your Github profiles or your website
3-
site_url: https://redheadphone.github.io/Codeforces-readme-stats/
3+
site_url: https://redheadphone.github.io/codeforces-readme-stats/
44
site_author: RedHeadphone
5-
repo_name: Codeforces-readme-stats
6-
repo_url: https://github.com/RedHeadphone/Codeforces-readme-stats/
5+
repo_name: codeforces-readme-stats
6+
repo_url: https://github.com/RedHeadphone/codeforces-readme-stats/
77
theme:
88
name: material
99
language: en

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ export default function Home() {
152152

153153
<Divider className="divider"/>
154154
<Space className="footer">
155-
<a href="https://github.com/RedHeadphone/Codeforces-readme-stats"><GithubFilled />Github</a>
156-
<a href="https://redheadphone.github.io/Codeforces-readme-stats"><BookFilled />Docs</a>
155+
<a href="https://github.com/RedHeadphone/codeforces-readme-stats"><GithubFilled />Github</a>
156+
<a href="https://redheadphone.github.io/codeforces-readme-stats"><BookFilled />Docs</a>
157157
</Space>
158158
</Col>
159159
</Card>

0 commit comments

Comments
 (0)