Skip to content

Commit

Permalink
Fix's Get button for Twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
cooladm1n authored Jan 18, 2025
1 parent 08b1dd0 commit fb1e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Publication/Services/Twitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Select from '../../../misc/Select';
const id = 'twitch';
const name = 'Twitch';
const version = '1.1';
const stream_key_link = 'https://dashboard/settings/stream';
const stream_key_link = 'https://dashboard.twitch.tv/settings/stream';
const description = <Trans>Live-Streaming to Twitch Live RTMP Service.</Trans>;
const image_copyright = <Trans>More about licenses here</Trans>;
const author = {
Expand Down

0 comments on commit fb1e2c3

Please sign in to comment.