Skip to content

Commit e4ef8c2

Browse files
committed
chore: use spotatui.com/discord for all invite links
Points every Discord mention (README, in-app welcome, announcement, issue and PR templates) at the spotatui.com/discord redirect instead of the raw invite, so the invite has a single source of truth.
1 parent ccf40ce commit e4ef8c2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discord community
4-
url: https://discord.gg/56ZzGmB6h7
4+
url: https://spotatui.com/discord
55
about: Questions, install help, feature chat, and listening parties. Come say hi.
66
- name: Security reports
77
url: https://github.com/LargeModGames/spotatui/blob/master/SECURITY.md

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
<!-- Screenshots for UI changes, breaking change callouts, or follow-up work. -->
1616

1717
---
18-
<sub>💬 Questions or want to chat with other contributors? Join the [spotatui Discord](https://discord.gg/56ZzGmB6h7).</sub>
18+
<sub>💬 Questions or want to chat with other contributors? Join the [spotatui Discord](https://spotatui.com/discord).</sub>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
> A community-maintained, actively developed fork of [spotify-tui](https://github.com/Rigellute/spotify-tui).
66
77
[![Crates.io](https://img.shields.io/crates/v/spotatui.svg)](https://crates.io/crates/spotatui)
8-
[![Discord](https://img.shields.io/discord/1534820237122207815?logo=discord&logoColor=white&label=Discord&color=5865F2)](https://discord.gg/56ZzGmB6h7)
8+
[![Discord](https://img.shields.io/discord/1534820237122207815?logo=discord&logoColor=white&label=Discord&color=5865F2)](https://spotatui.com/discord)
99
[![Upstream](https://img.shields.io/badge/upstream-Rigellute%2Fspotify--tui-blue)](https://github.com/Rigellute/spotify-tui)
1010
[![X](https://img.shields.io/badge/@LargeModGames-000000?logo=x&logoColor=white)](https://twitter.com/LargeModGames)
1111
[![Songs played using Spotatui](https://img.shields.io/badge/dynamic/json?url=https://spotatui-counter.spotatui.workers.dev&query=count&label=Songs%20played%20using%20spotatui&labelColor=0b0f14&color=1ed760&logo=spotify&logoColor=1ed760&style=flat-square&cacheSeconds=600)](https://github.com/LargeModGames/spotatui)

announcements.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"title": "Join the spotatui Discord",
77
"body": "spotatui now has a community Discord: a place for install help, feature ideas, listening parties, and showing off your terminal setup. Come hang out, get support faster, and hear about new releases first.",
88
"level": "info",
9-
"url": "https://discord.gg/56ZzGmB6h7",
9+
"url": "https://spotatui.com/discord",
1010
"starts_at": "2026-08-06T00:00:00Z",
1111
"ends_at": null
1212
},

src/tui/ui/home.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub fn draw_home(f: &mut Frame<'_>, app: &App, layout_chunk: Rect) {
133133
counter_style,
134134
)]));
135135
changelog_lines.push(Line::from(vec![Span::styled(
136-
"Join the community on Discord: https://discord.gg/56ZzGmB6h7",
136+
"Join the community on Discord: https://spotatui.com/discord",
137137
Style::default().fg(app.user_config.theme.active),
138138
)]));
139139
changelog_lines.push(Line::from(""));

0 commit comments

Comments
 (0)