Skip to content

Commit b3646f0

Browse files
committed
Rename master branch to main
Signed-off-by: Lilly Rose Berner <[email protected]>
1 parent cc84828 commit b3646f0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
> [!IMPORTANT]
22
> Version **3** is currently a BETA release.
33
4-
5-
![](https://raw.githubusercontent.com/TwitchIO/TwitchIO/master/logo.png)
4+
![](https://raw.githubusercontent.com/TwitchIO/TwitchIO/main/logo.png)
65
[![](https://img.shields.io/badge/Python-3.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://www.python.org)
76
![Pyright Strict](https://img.shields.io/badge/Pyright-Strict-b8dbb4)
87
![GitHub License](https://img.shields.io/github/license/PythonistaGuild/twitchio)
98

10-
119
### TwitchIO is a powerful, asynchronous Python library for [twitch.tv](https://twitch.tv).
1210

1311
TwitchIO aims to be intuitive and easy to use, using modern async Python and following strict typing with stateful objects and plug-and-play extensions.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
html_theme_options = dict(
7777
project_name="Documentation",
78-
github_url="https://github.com/PythonistaGuild/TwitchIO/tree/master/docs/",
78+
github_url="https://github.com/PythonistaGuild/TwitchIO/tree/main/docs/",
7979
logo="logo.png",
8080
logo_alt="TwitchIO",
8181
logo_height=120,
@@ -88,7 +88,7 @@
8888
"Documentation|https://twitchio.dev",
8989
]
9090
),
91-
header_links = "Guides|/guides/index.html, Examples|https://github.com/PythonistaGuild/TwitchIO/tree/master/examples, Commands|/exts/commands/index.html, Routines|/exts/routines/index.html",
91+
header_links = "Guides|/guides/index.html, Examples|https://github.com/PythonistaGuild/TwitchIO/tree/main/examples, Commands|/exts/commands/index.html, Routines|/exts/routines/index.html",
9292
)
9393

9494
copyright = "2017 - Present, PythonistaGuild"

0 commit comments

Comments
 (0)