Skip to content

Commit 4dbe357

Browse files
authored
Fix broken sound resources (#2338)
1 parent 4d89e32 commit 4dbe357

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/update_css.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

util/create_resources_listing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ARCADE_ROOT = MODULE_DIR.parent
1919
RESOURCE_DIR = ARCADE_ROOT / "arcade" / "resources"
2020
OUT_FILE = ARCADE_ROOT / "doc" / "api_docs" / "resources.rst"
21-
RESOURCE_URL = "https://github.com/pythonarcade/arcade/blob/development/arcade/{}?raw=true"
21+
RESOURCE_URL = "https://github.com/pythonarcade/arcade/blob/development/{}?raw=true"
2222

2323
COLUMNS = 3
2424
# Metadata for the resource list: utils\create_resource_list.py

0 commit comments

Comments
 (0)