Skip to content

Commit

Permalink
fix: add external redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Aug 22, 2023
1 parent cc13eb0 commit 1373237
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/data/external-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"paths": ["/terraform/get-started-terraform"]
},
{
"url": "https://docs.newrelic.com/docs/more-integrations/terraform/terraform-intro",
"paths": ["/automate-workflows/get-started-terraform"]
"url": "https://docs.newrelic.com/docs/more-integrations/terraform/terraform-intro",
"paths": ["/automate-workflows/get-started-terraform"]
},
{
"url": "https://docs.newrelic.com/docs/more-integrations/terraform/terraform-modules",
"paths": ["/terraform/terraform-modules"]
"paths": ["/terraform/terraform-modules"]
},
{
"url": "https://docs.newrelic.com/docs/more-integrations/terraform/terragrunt",
Expand All @@ -42,6 +42,13 @@
{
"url": "https://docs.newrelic.com/docs/more-integrations/terraform/terraform-intro",
"paths": ["/terraform"]
}
},
{
"url": "https://docs.newrelic.com/docs/new-relic-solutions/tutorials/new-relic-cli",
"paths": ["/automate-workflows/get-started-new-relic-cli"]
},
{
"url": "https://docs.newrelic.com/docs/new-relic-solutions/tutorials/build-hello-world-app",
"paths": ["/build-apps/build-hello-world-app"]
}
]

0 comments on commit 1373237

Please sign in to comment.