Skip to content

Commit af504ac

Browse files
authored
Merge pull request #1865 from novialriptide/docs-retarget
Documentation retarget
2 parents 69873e3 + bb8dd53 commit af504ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def open_docs():
2929
url_path = f"{drive}/{url_path}"
3030
url = urlunparse(("file", "", url_path, "", "", ""))
3131
else:
32-
url = "https://www.pygame.org/docs/"
32+
url = "https://www.pyga.me/docs/"
3333
webbrowser.open(url)
3434

3535

0 commit comments

Comments
 (0)