From b3646f087ee8dce356ee5ae39bb9f1ed3c133beb Mon Sep 17 00:00:00 2001 From: LostLuma Date: Tue, 28 Jan 2025 10:48:00 +0100 Subject: [PATCH] Rename master branch to main Signed-off-by: Lilly Rose Berner --- README.md | 4 +--- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 21343210..12702299 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/conf.py b/docs/conf.py index fbf88c08..f8a6f453 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, @@ -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"