Skip to content

Commit 47785de

Browse files
authored
Use the right org+repo values in the conf.py vars
1 parent b5d9fe2 commit 47785de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
github_url = "https://github.com"
21-
github_repo_org = "ansible"
22-
github_repo_name = "ansible-language-server"
21+
github_repo_org = "executablebooks"
22+
github_repo_name = "MyST-Parser"
2323
github_repo_slug = f"{github_repo_org}/{github_repo_name}"
2424
github_repo_url = f"{github_url}/{github_repo_slug}"
2525
github_sponsors_url = f"{github_url}/sponsors"

0 commit comments

Comments
 (0)