You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/port_integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: |-
6
6
Integration resource
7
7
NOTE: This resource manages existing integration and integration mappings, not for creating new integrations.
8
8
Docs about integrations can be found here https://docs.getport.io/integrations-index/.
9
-
Docs about how to import existing integrations and manage their mappings can be found here https://docs.getport.io/build-your-software-catalog/custom-integration/iac/terraform/examples/import-and-manage-integration.
9
+
Docs about how to import existing integrations and manage their mappings can be found here https://docs.getport.io/guides/all/import-and-manage-integration.
Docs about integrations can be found [here](https://docs.getport.io/integrations-index/).
50
50
51
-
Docs about how to import existing integrations and manage their mappings can be found [here](https://docs.getport.io/build-your-software-catalog/custom-integration/iac/terraform/examples/import-and-manage-integration).
51
+
Docs about how to import existing integrations and manage their mappings can be found [here](https://docs.getport.io/guides/all/import-and-manage-integration).
Copy file name to clipboardExpand all lines: port/integration/schema.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ var IntegrationResourceMarkdownDescription = `
67
67
68
68
Docs about integrations can be found [here](https://docs.getport.io/integrations-index/).
69
69
70
-
Docs about how to import existing integrations and manage their mappings can be found [here](https://docs.getport.io/build-your-software-catalog/custom-integration/iac/terraform/examples/import-and-manage-integration).
70
+
Docs about how to import existing integrations and manage their mappings can be found [here](https://docs.getport.io/guides/all/import-and-manage-integration).
0 commit comments