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 6f85db0 commit 62536e7Copy full SHA for 62536e7
jsonschema/tests/_helpers.py
@@ -3,7 +3,7 @@
3
4
def issues_url(organization, repository):
5
return urljoin(
6
- "https://github.com/", f"{organization}/{repository}/issues",
+ "https://github.com/", f"{organization}/{repository}/issues/",
7
)
8
9
0 commit comments