Skip to content

Commit

Permalink
Use https in twitch.tv links
Browse files Browse the repository at this point in the history
  • Loading branch information
bastimeyer committed Mar 26, 2016
1 parent 75923de commit 9dcf218
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"livestreamer-docs-url": "http://docs.livestreamer.io/en/latest/cli.html#cmdoption{cmd}",
"changelog-url": "https://github.com/bastimeyer/livestreamer-twitch-gui/releases/tag/v{version}",
"twitch-stream-url": "twitch.tv/{channel}",
"twitch-chat-url": "http://www.twitch.tv/{channel}/chat",
"twitch-chat-url": "https://www.twitch.tv/{channel}/chat",
"twitch-emotes-url": "https://twitchemotes.com/channel/{channel}",
"twitch-subscribe-url": "http://www.twitch.tv/{channel}/subscribe",
"twitch-subscribe-edit": "http://www.twitch.tv/products/{channel}/ticket/edit",
"twitch-subscribe-cancel": "http://www.twitch.tv/products/{channel}/ticket/edit?cancel_and_refund=true",
"twitch-subscribe-url": "https://www.twitch.tv/{channel}/subscribe",
"twitch-subscribe-edit": "https://www.twitch.tv/products/{channel}/ticket/edit",
"twitch-subscribe-cancel": "https://www.twitch.tv/products/{channel}/ticket/edit?cancel_and_refund=true",
"twitch-oauth": {
"server-port": 65432,
"base-uri": "https://api.twitch.tv/kraken/oauth2/authorize?response_type=token&client_id={client-id}&redirect_uri={redirect-uri}&scope={scope}",
Expand Down

0 comments on commit 9dcf218

Please sign in to comment.