From a020046b860ad5215635f160a750b536c0056f85 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Fri, 6 Mar 2026 07:09:31 -0600 Subject: [PATCH] Fix typo --- bot/resources/tags/if-name-main.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/resources/tags/if-name-main.md b/bot/resources/tags/if-name-main.md index eb43c31f3b..9a875a1ade 100644 --- a/bot/resources/tags/if-name-main.md +++ b/bot/resources/tags/if-name-main.md @@ -18,4 +18,4 @@ If the file is run directly, then the `main()` function will be run. If the file is imported, it will not run. For more about why you would do this and how it works, see -[`if __name__ == "__main__"`](https://pythondiscord.com/pages/guides/pydis-guides/if-name-main/). +[`if __name__ == "__main__"`](https://pythondiscord.com/pages/guides/python-guides/if-name-main/).