diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index b8e26bb5..de09c636 100644 --- a/packages/abstractions/pyproject.toml +++ b/packages/abstractions/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_abstractions"}] [tool.poetry.dependencies] diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index 97343463..e4fb2acd 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_authentication_azure"}] [tool.poetry.dependencies] diff --git a/packages/bundle/pyproject.toml b/packages/bundle/pyproject.toml index 66f0aba6..3cd8fd43 100644 --- a/packages/bundle/pyproject.toml +++ b/packages/bundle/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_bundle"}] [tool.poetry.dependencies] diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index 6680f9d0..24fc6e01 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_http"}] [tool.poetry.dependencies] diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index b070a6b1..fa1e661b 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_serialization_form"}] [tool.poetry.dependencies] diff --git a/packages/serialization/json/pyproject.toml b/packages/serialization/json/pyproject.toml index 664659e4..7e5fcc39 100644 --- a/packages/serialization/json/pyproject.toml +++ b/packages/serialization/json/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_serialization_json"}] [tool.poetry.dependencies] diff --git a/packages/serialization/multipart/pyproject.toml b/packages/serialization/multipart/pyproject.toml index 89eef0d4..083d37ee 100644 --- a/packages/serialization/multipart/pyproject.toml +++ b/packages/serialization/multipart/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_serialization_multipart"}] [tool.poetry.dependencies] diff --git a/packages/serialization/text/pyproject.toml b/packages/serialization/text/pyproject.toml index 527f1e19..64445b21 100644 --- a/packages/serialization/text/pyproject.toml +++ b/packages/serialization/text/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_serialization_text"}] [tool.poetry.dependencies] diff --git a/tests/validation/pyproject.toml b/tests/validation/pyproject.toml index 0e3d8c99..533968bc 100644 --- a/tests/validation/pyproject.toml +++ b/tests/validation/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] homepage = "https://github.com/microsoft/kiota#readme" repository = "https://github.com/microsoft/kiota-python" -documentation = "https://microsoft.github.io/kiota/" +documentation = "https://learn.microsoft.com/openapi/kiota/" packages = [{include = "kiota_abstractions"}] [tool.poetry.dependencies]