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 4d89e32 commit 4dbe357Copy full SHA for 4dbe357
doc/update_css.bat
util/create_resources_listing.py
@@ -18,7 +18,7 @@
18
ARCADE_ROOT = MODULE_DIR.parent
19
RESOURCE_DIR = ARCADE_ROOT / "arcade" / "resources"
20
OUT_FILE = ARCADE_ROOT / "doc" / "api_docs" / "resources.rst"
21
-RESOURCE_URL = "https://github.com/pythonarcade/arcade/blob/development/arcade/{}?raw=true"
+RESOURCE_URL = "https://github.com/pythonarcade/arcade/blob/development/{}?raw=true"
22
23
COLUMNS = 3
24
# Metadata for the resource list: utils\create_resource_list.py
0 commit comments