Skip to content

Commit 85b03ff

Browse files
authored
docs: Update links to demolab custom ___domain (DenverCoder1#323)
1 parent 40dc0f7 commit 85b03ff

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2. Replace the value after `?user=` with your GitHub username
2323

2424
```md
25-
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=DenverCoder1)](https://git.io/streak-stats)
25+
[![GitHub Streak](https://streak-stats.demolab.com/?user=DenverCoder1)](https://git.io/streak-stats)
2626
```
2727

2828
> Note: See below for information about deploying the app on your own
@@ -31,16 +31,16 @@
3131

3232
Here you can customize your Streak Stats card with a live preview.
3333

34-
<http://github-readme-streak-stats.herokuapp.com/demo/>
34+
<http://streak-stats.demolab.com/demo/>
3535

36-
[![Demo Site](https://user-images.githubusercontent.com/20955511/114579753-dbac8780-9c86-11eb-97dd-207039f67d20.gif "Demo Site")](http://github-readme-streak-stats.herokuapp.com/demo/)
36+
[![Demo Site](https://user-images.githubusercontent.com/20955511/114579753-dbac8780-9c86-11eb-97dd-207039f67d20.gif "Demo Site")](http://streak-stats.demolab.com/demo/)
3737

3838
## 🖌 Themes
3939

4040
To enable a theme, append `&theme=` followed by the theme name to the end of the source url:
4141

4242
```md
43-
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=DenverCoder1&theme=dark)](https://git.io/streak-stats)
43+
[![GitHub Streak](https://streak-stats.demolab.com/?user=DenverCoder1&theme=dark)](https://git.io/streak-stats)
4444
```
4545

4646
| Theme | Preview |
@@ -97,7 +97,7 @@ When the contribution year is equal to the current year, the characters in brack
9797
### Example
9898

9999
```md
100-
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com/?user=denvercoder1&currStreakNum=2FD3EB&fire=pink&sideLabels=F00&date_format=[Y.]n.j)](https://git.io/streak-stats)
100+
[![GitHub Streak](https://streak-stats.demolab.com/?user=denvercoder1&currStreakNum=2FD3EB&fire=pink&sideLabels=F00&date_format=[Y.]n.j)](https://git.io/streak-stats)
101101
```
102102

103103
## ℹ️ How these stats are calculated
@@ -143,7 +143,7 @@ You can deploy the PHP files on any website server with PHP installed or as a He
143143
![heroku config variables](https://user-images.githubusercontent.com/20955511/136292022-a8d9b3b5-d7d8-4a5e-a049-8d23b51ce9d7.png)
144144

145145
6. Click **"Deploy App"** at the end of the form
146-
7. Once the app is deployed, you can use `<your-app-name>.herokuapp.com` in place of `github-readme-streak-stats.herokuapp.com`
146+
7. Once the app is deployed, you can use `<your-app-name>.herokuapp.com` in place of `streak-stats.demolab.com`
147147

148148
</details>
149149

docs/faq.md

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

33
## How do I include GitHub Readme Streak Stats in my Readme?
44

5-
Markdown files on GitHub support embedded images using Markdown or HTML. You can customize your Streak Stats image on the [demo site](https://github-readme-streak-stats.herokuapp.com/demo/) and use the image source in either of the following ways:
5+
Markdown files on GitHub support embedded images using Markdown or HTML. You can customize your Streak Stats image on the [demo site](https://streak-stats.demolab.com/demo/) and use the image source in either of the following ways:
66

77
### Markdown
88

99
```md
10-
[![GitHub Streak](https://github-readme-streak-stats.herokuapp.com?user=DenverCoder1)](https://git.io/streak-stats)
10+
[![GitHub Streak](https://streak-stats.demolab.com?user=DenverCoder1)](https://git.io/streak-stats)
1111
```
1212

1313
### HTML
1414

1515
<!-- prettier-ignore-start -->
1616
```html
17-
<a href="https://git.io/streak-stats"><img src="https://github-readme-streak-stats.herokuapp.com?user=DenverCoder1"/></a>
17+
<a href="https://git.io/streak-stats"><img src="https://streak-stats.demolab.com?user=DenverCoder1"/></a>
1818
```
1919
<!-- prettier-ignore-end -->
2020

@@ -53,7 +53,7 @@ To center align images, you must use the HTML syntax and wrap it in an element w
5353
<!-- prettier-ignore-start -->
5454
```html
5555
<p align="center">
56-
<a href="https://git.io/streak-stats"><img src="https://github-readme-streak-stats.herokuapp.com?user=DenverCoder1"/></a>
56+
<a href="https://git.io/streak-stats"><img src="https://streak-stats.demolab.com?user=DenverCoder1"/></a>
5757
</p>
5858
```
5959
<!-- prettier-ignore-end -->
@@ -65,8 +65,8 @@ You can [specify theme context](https://github.blog/changelog/2022-05-19-specify
6565
<!-- prettier-ignore-start -->
6666
```html
6767
<picture>
68-
<source media="(prefers-color-scheme: dark)" srcset="https://github-readme-streak-stats.herokuapp.com?user=DenverCoder1&theme=dark" />
69-
<img src="https://github-readme-streak-stats.herokuapp.com?user=DenverCoder1&theme=default" />
68+
<source media="(prefers-color-scheme: dark)" srcset="https://streak-stats.demolab.com?user=DenverCoder1&theme=dark" />
69+
<img src="https://streak-stats.demolab.com?user=DenverCoder1&theme=default" />
7070
</picture>
7171
```
7272
<!-- prettier-ignore-end -->

docs/themes.md

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

33
To enable a theme, append `&theme=` followed by the theme name to the end of your url.
44

5-
You can also try out and customize these themes on the [Demo Site](https://github-readme-streak-stats.herokuapp.com/demo/).
5+
You can also try out and customize these themes on the [Demo Site](https://streak-stats.demolab.com/demo/).
66

77
| Theme | Preview |
88
| :---------------------------: | :--------------------------------------------------------------------------------------------------------------: |
@@ -98,6 +98,6 @@ You can also try out and customize these themes on the [Demo Site](https://githu
9898

9999
### Can't find the theme you like?
100100

101-
You can now customize your stats card with the interactive [Demo Site](https://github-readme-streak-stats.herokuapp.com/demo/) or by customizing the [url parameters](/README.md#-options).
101+
You can now customize your stats card with the interactive [Demo Site](https://streak-stats.demolab.com/demo/) or by customizing the [url parameters](/README.md#-options).
102102

103103
If you would like to share your theme with others, feel free to open an issue/pull request!

0 commit comments

Comments
 (0)