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 70bad94 commit c4dbe46Copy full SHA for c4dbe46
pyproject.toml
@@ -106,10 +106,10 @@ test-docker = [
106
]
107
108
[project.urls]
109
-Homepage = "https://my.project/"
110
-Changelog = "https://my.project/CHANGELOG"
111
-Documentation = "https://my.project/docs/"
112
-Issues = "https://my.project/issues"
+Homepage = "https://github.com/oracle/macaron"
+Changelog = "https://github.com/oracle/macaron/blob/main/CHANGELOG.md"
+Documentation = "https://oracle.github.io/macaron/index.html"
+Issues = "https://github.com/oracle/macaron/issues"
113
114
115
# https://bandit.readthedocs.io/en/latest/config.html
0 commit comments