Fix repository in README transform script (#361)
Some checks are pending
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run

This commit is contained in:
Micha Reiser 2025-05-13 19:41:04 +02:00 committed by GitHub
parent 7bc7b59a3b
commit f0c00ca3ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ def main() -> None:
url = match.group(1)
if not url.startswith("http"):
url = urllib.parse.urljoin(
f"https://github.com/astral-sh/uv/blob/{version}/README.md", url
f"https://github.com/astral-sh/ty/blob/{version}/README.md", url
)
return f"]({url})"