Skip to content

Commit 58ad4f8

Browse files
committed
update v3 documentation comments from github to dev.
1 parent 6eb45b6 commit 58ad4f8

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

resources/lib/twitch/api/v3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/
4+
# https://dev.twitch.tv/docs/v3
55

66
from twitch.api.v3 import blocks # NOQA
77
from twitch.api.v3 import channels # NOQA

resources/lib/twitch/api/v3/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/blocks.md
4+
# https://dev.twitch.tv/docs/v3/reference/blocks/
55

66
from twitch.queries import query
77

resources/lib/twitch/api/v3/channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/channels.md
4+
# https://dev.twitch.tv/docs/v3/reference/channels/
55

66
from twitch import keys
77
from twitch.queries import V3Query as Qry

resources/lib/twitch/api/v3/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/chat.md
4+
# https://dev.twitch.tv/docs/v3/reference/chat/
55

66
from twitch import keys
77
from twitch.queries import V3Query as Qry

resources/lib/twitch/api/v3/follows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/follows.md
4+
# https://dev.twitch.tv/docs/v3/reference/follows/
55

66
from twitch import keys
77
from twitch.api.parameters import Direction, SortBy

resources/lib/twitch/api/v3/games.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/games.md
4+
# https://dev.twitch.tv/docs/v3/reference/games/
55

66
from twitch import keys
77
from twitch.queries import V3Query as Qry

resources/lib/twitch/api/v3/ingests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/ingests.md
4+
# https://dev.twitch.tv/docs/v3/reference/ingests/
55

66
from twitch.queries import V3Query as Qry
77
from twitch.queries import query

resources/lib/twitch/api/v3/root.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/root.md
4+
# https://dev.twitch.tv/docs/v3/reference/root/
55

66
from twitch.queries import V3Query as Qry
77
from twitch.queries import query

resources/lib/twitch/api/v3/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/search.md
4+
# https://dev.twitch.tv/docs/v3/reference/search/
55

66
from twitch import keys
77
from twitch.api.parameters import Boolean

resources/lib/twitch/api/v3/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- encoding: utf-8 -*-
22
# deprecated @ Feb. 14, 2017
33
# discontinued @ Feb. 13, 2018
4-
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md
4+
# https://dev.twitch.tv/docs/v3/reference/streams/
55

66
from twitch import keys
77
from twitch.queries import V3Query as Qry

0 commit comments

Comments
 (0)