Skip to content

Commit

Permalink
UPBGE: Make shuvit online API the default in help > Python API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
youle31 committed May 3, 2021
1 parent 86035a7 commit 298362f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/startup/bl_ui/space_info.py
Expand Up @@ -361,7 +361,7 @@ def draw(self, context):

layout.operator(
"wm.url_open", text="Python API Reference", icon='URL',
).url = "https://pythonapi.upbge.org/"
).url = "https://shuvit.org/python_api/contents.html"

layout.operator("wm.operator_cheat_sheet", icon='TEXT')
layout.operator("wm.sysinfo", icon='TEXT')
Expand Down

0 comments on commit 298362f

Please sign in to comment.