diff --git a/packages/abstractions/pyproject.toml b/packages/abstractions/pyproject.toml index 1be75acb..3467d6c9 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 5ded6ce3..642c7ed0 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 00cbcd78..6346e89a 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 ffce78f8..1bbe803c 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 5a8a4d12..9adea212 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 cdda8e21..96a64b44 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 47a32014..3d596284 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 253a3120..ef3e7a1a 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]