diff --git a/pyproject.toml b/pyproject.toml index bcf25c48..52d745d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,8 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/stainless-sdks/llama-stack-python" -Repository = "https://github.com/stainless-sdks/llama-stack-python" +Homepage = "https://github.com/llama-stack/llama-stack-client-python" +Repository = "https://github.com/llama-stack/llama-stack-client-python" @@ -130,7 +130,7 @@ path = "README.md" [[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]] # replace relative links with absolute links pattern = '\[(.+?)\]\(((?!https?://)\S+?)\)' -replacement = '[\1](https://github.com/stainless-sdks/llama-stack-python/tree/main/\g<2>)' +replacement = '[\1](https://github.com/meta-llama/llama-stack-client-python/tree/main/\g<2>)' [tool.black] line-length = 120