diff --git a/docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx b/docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx index 7b47c99c..ba9ea4dc 100644 --- a/docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx +++ b/docs/docs/python-sdk/sdk_ref/infrahub_sdk/client.mdx @@ -440,7 +440,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field -in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type +in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion for more information. ### `InfrahubClientSync` @@ -880,7 +880,7 @@ convert_object_type(self, node_id: str, target_kind: str, branch: str | None = N Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field -in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type +in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion for more information. ### `ProcessRelationsNode` diff --git a/infrahub_sdk/client.py b/infrahub_sdk/client.py index 988d30bd..bd041bf3 100644 --- a/infrahub_sdk/client.py +++ b/infrahub_sdk/client.py @@ -1864,7 +1864,7 @@ async def convert_object_type( """ Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field - in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type + in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion for more information. """ @@ -3422,7 +3422,7 @@ def convert_object_type( """ Convert a given node to another kind on a given branch. `fields_mapping` keys are target fields names and its values indicate how to fill in these fields. Any mandatory field not having an equivalent field - in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-convert-type + in the source kind should be specified in this mapping. See https://docs.infrahub.app/guides/object-conversion for more information. """