Skip to content

Commit

Permalink
Fixed broken link in port integration (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjomiles authored Sep 26, 2024
1 parent f2571a4 commit 49ee381
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/resources/port_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion port/integration/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" + `
Expand Down

0 comments on commit 49ee381

Please sign in to comment.