Skip to content

Commit 811ca9b

Browse files
authored
Merge pull request #901 from opsmill/fix/object-conversion-docs-url
Fix incorrect docs URL for object conversion guide
2 parents 5224d24 + 046b85a commit 811ca9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N
440440

441441
Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
442442
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
443-
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
443+
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
444444
for more information.
445445

446446
### `InfrahubClientSync`
@@ -880,7 +880,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N
880880

881881
Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
882882
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
883-
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
883+
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
884884
for more information.
885885

886886
### `ProcessRelationsNode`

infrahub_sdk/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@ async def convert_object_type(
18641864
"""
18651865
Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
18661866
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
1867-
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
1867+
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
18681868
for more information.
18691869
"""
18701870

@@ -3422,7 +3422,7 @@ def convert_object_type(
34223422
"""
34233423
Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names
34243424
and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field
3425-
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type
3425+
in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion
34263426
for more information.
34273427
"""
34283428

0 commit comments

Comments
 (0)