Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
Signed-off-by: Lilly Rose Berner <[email protected]>
  • Loading branch information
LostLuma committed Jan 28, 2025
1 parent cc84828 commit b3646f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
> [!IMPORTANT]
> Version **3** is currently a BETA release.

![](https://raw.githubusercontent.com/TwitchIO/TwitchIO/master/logo.png)
![](https://raw.githubusercontent.com/TwitchIO/TwitchIO/main/logo.png)
[![](https://img.shields.io/badge/Python-3.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://www.python.org)
![Pyright Strict](https://img.shields.io/badge/Pyright-Strict-b8dbb4)
![GitHub License](https://img.shields.io/github/license/PythonistaGuild/twitchio)


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

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.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

html_theme_options = dict(
project_name="Documentation",
github_url="https://github.com/PythonistaGuild/TwitchIO/tree/master/docs/",
github_url="https://github.com/PythonistaGuild/TwitchIO/tree/main/docs/",
logo="logo.png",
logo_alt="TwitchIO",
logo_height=120,
Expand All @@ -88,7 +88,7 @@
"Documentation|https://twitchio.dev",
]
),
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",
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",
)

copyright = "2017 - Present, PythonistaGuild"
Expand Down

0 comments on commit b3646f0

Please sign in to comment.