Skip to content

Commit f298ba2

Browse files
authored
Merge pull request #422 from microsoft/fix/doc-link
fix: outdated documentation links
2 parents 89f54a6 + 33e11e2 commit f298ba2

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

packages/abstractions/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
homepage = "https://github.com/microsoft/kiota#readme"
2222
repository = "https://github.com/microsoft/kiota-python"
23-
documentation = "https://microsoft.github.io/kiota/"
23+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2424
packages = [{include = "kiota_abstractions"}]
2525

2626
[tool.poetry.dependencies]

packages/authentication/azure/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
homepage = "https://github.com/microsoft/kiota#readme"
2222
repository = "https://github.com/microsoft/kiota-python"
23-
documentation = "https://microsoft.github.io/kiota/"
23+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2424
packages = [{include = "kiota_authentication_azure"}]
2525

2626
[tool.poetry.dependencies]

packages/bundle/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
homepage = "https://github.com/microsoft/kiota#readme"
2323
repository = "https://github.com/microsoft/kiota-python"
24-
documentation = "https://microsoft.github.io/kiota/"
24+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2525
packages = [{include = "kiota_bundle"}]
2626

2727
[tool.poetry.dependencies]

packages/http/httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
homepage = "https://github.com/microsoft/kiota#readme"
2323
repository = "https://github.com/microsoft/kiota-python"
24-
documentation = "https://microsoft.github.io/kiota/"
24+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2525
packages = [{include = "kiota_http"}]
2626

2727
[tool.poetry.dependencies]

packages/serialization/form/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
homepage = "https://github.com/microsoft/kiota#readme"
2222
repository = "https://github.com/microsoft/kiota-python"
23-
documentation = "https://microsoft.github.io/kiota/"
23+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2424
packages = [{include = "kiota_serialization_form"}]
2525

2626
[tool.poetry.dependencies]

packages/serialization/json/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
homepage = "https://github.com/microsoft/kiota#readme"
2222
repository = "https://github.com/microsoft/kiota-python"
23-
documentation = "https://microsoft.github.io/kiota/"
23+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2424
packages = [{include = "kiota_serialization_json"}]
2525

2626
[tool.poetry.dependencies]

packages/serialization/multipart/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
homepage = "https://github.com/microsoft/kiota#readme"
2222
repository = "https://github.com/microsoft/kiota-python"
23-
documentation = "https://microsoft.github.io/kiota/"
23+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2424
packages = [{include = "kiota_serialization_multipart"}]
2525

2626
[tool.poetry.dependencies]

packages/serialization/text/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
homepage = "https://github.com/microsoft/kiota#readme"
2222
repository = "https://github.com/microsoft/kiota-python"
23-
documentation = "https://microsoft.github.io/kiota/"
23+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2424
packages = [{include = "kiota_serialization_text"}]
2525

2626
[tool.poetry.dependencies]

tests/validation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
homepage = "https://github.com/microsoft/kiota#readme"
2323
repository = "https://github.com/microsoft/kiota-python"
24-
documentation = "https://microsoft.github.io/kiota/"
24+
documentation = "https://learn.microsoft.com/openapi/kiota/"
2525
packages = [{include = "kiota_abstractions"}]
2626

2727
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)