mirror of
https://github.com/astral-sh/ty.git
synced 2025-07-09 20:45:00 +00:00
Fix repository in README transform script (#361)
This commit is contained in:
parent
7bc7b59a3b
commit
f0c00ca3ad
1 changed files with 1 additions and 1 deletions
|
@ -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})"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue