Skip to content

Commit 49ee381

Browse files
authored
Fixed broken link in port integration (#185)
1 parent f2571a4 commit 49ee381

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/port_integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
Integration resource
77
NOTE: This resource manages existing integration and integration mappings, not for creating new integrations.
88
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.
1010
```hcl
1111
resource "portintegration" "mycustomintegration" {
1212
installationid = "my-custom-integration-id"
@@ -48,7 +48,7 @@ description: |-
4848

4949
Docs about integrations can be found [here](https://docs.getport.io/integrations-index/).
5050

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).
5252

5353

5454
```hcl

port/integration/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var IntegrationResourceMarkdownDescription = `
6767
6868
Docs about integrations can be found [here](https://docs.getport.io/integrations-index/).
6969
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).
7171
7272
7373
` + "```hcl" + `

0 commit comments

Comments
 (0)