Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b47ef82

Browse files
committed
chore: fix support links
1 parent 50c6be3 commit b47ef82

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/DISCUSSION_TEMPLATE/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ body:
4949
5050
----
5151
52-
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/donate.html)
52+
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/support.html)

.github/DISCUSSION_TEMPLATE/q-a.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ body:
4949
5050
----
5151
52-
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/donate.html)
52+
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/support.html)

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github:
22
- bastimeyer
33
custom:
4-
- "https://streamlink.github.io/latest/donate.html"
4+
- "https://streamlink.github.io/latest/support.html"

.github/ISSUE_TEMPLATE/1_plugin_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ body:
9595
9696
----
9797
98-
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/donate.html)
98+
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/support.html)

.github/ISSUE_TEMPLATE/2_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ body:
9797
9898
----
9999
100-
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/donate.html)
100+
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/support.html)

.github/ISSUE_TEMPLATE/3_plugin_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ body:
9191
9292
----
9393
94-
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/donate.html)
94+
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/support.html)

.github/ISSUE_TEMPLATE/4_feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ body:
6666
6767
----
6868
69-
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/donate.html)
69+
[❤️ Love Streamlink? Please consider supporting the project maintainers. Thanks! ❤️](https://streamlink.github.io/latest/support.html)

.github/release_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please see the [CLI documentation](https://streamlink.github.io/cli.html) for ho
1010

1111
## ❤️ Support
1212

13-
If you think that Streamlink is useful and if you want to keep the project alive, then please consider supporting its maintainers by sending a small and optionally recurring tip via the [available options](https://streamlink.github.io/latest/donate.html).
13+
If you think that Streamlink is useful and if you want to keep the project alive, then please consider supporting its maintainers by sending a small and optionally recurring tip via the [available options](https://streamlink.github.io/latest/support.html).
1414
Your support is very much appreciated, thank you!
1515
{%- if contributors %}
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ Your support is very much appreciated, thank you!
7575
[streamlink-plugins]: https://streamlink.github.io/plugins.html
7676
[player-vlc]: https://www.videolan.org/vlc/
7777
[contributing]: https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md
78-
[support]: https://streamlink.github.io/latest/donate.html
78+
[support]: https://streamlink.github.io/latest/support.html

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Homepage = "https://github.com/streamlink/streamlink"
7676
Documentation = "https://streamlink.github.io/"
7777
Tracker = "https://github.com/streamlink/streamlink/issues"
7878
Source = "https://github.com/streamlink/streamlink"
79-
Funding = "https://streamlink.github.io/latest/donate.html"
79+
Funding = "https://streamlink.github.io/latest/support.html"
8080

8181

8282
# https://setuptools.pypa.io/en/stable/userguide/pyproject_config.html

0 commit comments

Comments
 (0)