Skip to content

Commit

Permalink
fix(apm): adding tax redirects for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Oct 25, 2021
1 parent 568e779 commit 114650b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/data/taxonomy-redirects.json
Expand Up @@ -523,6 +523,18 @@
"/docs/agents/ruby-agent/installation-configuration"
]
},
{
"url": "/docs/apm/agents/ruby-agent/troubleshooting",
"paths": [
"/docs/agents/ruby-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/python-agent/troubleshooting",
"paths": [
"docs/agents/python-agent/troubleshooting"
]
},
{
"url": "/docs/infrastructure/install-infrastructure-agent/windows-installation",
"paths": [
Expand Down Expand Up @@ -620,6 +632,24 @@
"/docs/agents/net-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/java-agent/troubleshooting",
"paths": [
"/docs/agents/java-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/go-agent/troubleshooting",
"paths": [
"/docs/agents/go-agent/troubleshooting"
]
},
{
"url": "/docs/apm/agents/c-sdk/troubleshooting",
"paths": [
"/docs/agents/c-sdk/troubleshooting"
]
},
{
"url": "/docs/licenses/product-or-service-licenses/new-relic-alerts",
"paths": [
Expand Down

0 comments on commit 114650b

Please sign in to comment.