Skip to content

Commit

Permalink
Merge pull request #422 from microsoft/fix/doc-link
Browse files Browse the repository at this point in the history
fix: outdated documentation links
  • Loading branch information
baywet authored Dec 5, 2024
2 parents 89f54a6 + 33e11e2 commit f298ba2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/abstractions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/bundle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/http/httpx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/form/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/json/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/multipart/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion packages/serialization/text/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion tests/validation/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f298ba2

Please sign in to comment.