We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954b218 commit a020046Copy full SHA for a020046
1 file changed
bot/resources/tags/if-name-main.md
@@ -18,4 +18,4 @@ If the file is run directly, then the `main()` function will be run.
18
If the file is imported, it will not run.
19
20
For more about why you would do this and how it works, see
21
-[`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/).
0 commit comments