From 49ee3815b0500055d86d57901e97c22f12821260 Mon Sep 17 00:00:00 2001 From: Jaden Kodjo Miles <87667954+kodjomiles@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:01:01 +0000 Subject: [PATCH] Fixed broken link in port integration (#185) --- docs/resources/port_integration.md | 4 ++-- port/integration/schema.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/resources/port_integration.md b/docs/resources/port_integration.md index a682117e..ba1ac6a3 100644 --- a/docs/resources/port_integration.md +++ b/docs/resources/port_integration.md @@ -6,7 +6,7 @@ description: |- Integration resource NOTE: This resource manages existing integration and integration mappings, not for creating new integrations. Docs about integrations can be found here https://docs.getport.io/integrations-index/. - 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. + 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. ```hcl resource "portintegration" "mycustomintegration" { installationid = "my-custom-integration-id" @@ -48,7 +48,7 @@ description: |- Docs about integrations can be found [here](https://docs.getport.io/integrations-index/). -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). +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). ```hcl diff --git a/port/integration/schema.go b/port/integration/schema.go index a7192daf..8e9258dc 100644 --- a/port/integration/schema.go +++ b/port/integration/schema.go @@ -67,7 +67,7 @@ var IntegrationResourceMarkdownDescription = ` Docs about integrations can be found [here](https://docs.getport.io/integrations-index/). -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). +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). ` + "```hcl" + `