Skip to content

Commit cb46a45

Browse files
authored
https化 (#226)
1 parent 899448e commit cb46a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/pages/Developer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Developer = () => {
3838
const repositoryUrl = 'https://github.com/FlowingSPDG/vmix-utility';
3939
const developerGitHub = 'https://github.com/FlowingSPDG';
4040
const sponsorUrl = 'https://github.com/sponsors/FlowingSPDG';
41-
const twitchSupportUrl = 'http://subs.twitch.tv/flowingspdg';
41+
const twitchSupportUrl = 'https://subs.twitch.tv/flowingspdg';
4242

4343
const openInBrowser = (url: string) => {
4444
openUrl(url);

0 commit comments

Comments
 (0)