Skip to content

Commit 1303027

Browse files
authored
Fix source_repository URL case sensitivity (#664)
1 parent 7da3fa4 commit 1303027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"description": "The Arcade Learning Environment (ALE) -- a platform for AI research.",
8080
"image": "img/ale.svg",
8181
"versioning": True,
82-
"source_repository": "https://github.com/Farama-Foundation/arcade-Learning-Environment/",
82+
"source_repository": "https://github.com/Farama-Foundation/Arcade-Learning-Environment/",
8383
"source_branch": "main",
8484
"source_directory": "docs/",
8585
}

0 commit comments

Comments
 (0)