Skip to content

Commit

Permalink
fix(site): fixing some bad apm links
Browse files Browse the repository at this point in the history
  • Loading branch information
zuluecho9 committed Oct 25, 2021
1 parent b1758e8 commit 6838692
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 39 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/apm/agents/c-sdk/index.mdx
Expand Up @@ -84,7 +84,7 @@ redirects:
</LandingPageTileGrid>

<ButtonLink
to="/docs/agents/c-sdk/table-of-contents"
to="/docs/apm/agents/c-sdk/table-of-contents"
variant="primary"
>
View all C SDK docs
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/apm/agents/go-agent/index.mdx
Expand Up @@ -90,7 +90,7 @@ redirects:
</LandingPageTileGrid>

<ButtonLink
to="/docs/agents/go-agent/table-of-contents"
to="/docs/apm/agents/go-agent/table-of-contents"
variant="primary"
>
View all Go agent docs
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/apm/agents/index.mdx
Expand Up @@ -69,7 +69,7 @@ We offer a variety of APM language agents to help you monitor your apps. To get

<ButtonLink
role="button"
to="/docs/agents/table-of-contents"
to="/docs/apm/agents/table-of-contents"
variant="primary"
>
View all agent docs
Expand Down
Expand Up @@ -154,4 +154,4 @@ The agent receives basic information about your host environment, such as operat

## Troubleshooting procedures [#troubleshoot]

If you encounter problems with the Java agent, see the [troubleshooting documentation](/docs/agents/java-agent/troubleshooting).
If you encounter problems with the Java agent, see the [troubleshooting documentation](/docs/apm/agents/java-agent/troubleshooting).
4 changes: 2 additions & 2 deletions src/content/docs/apm/agents/java-agent/index.mdx
Expand Up @@ -79,12 +79,12 @@ redirects:
title="Troubleshoot common problems."
icon="fe-life-buoy"
>
Refer to the [Java troubleshooting documentation](/docs/agents/java-agent/troubleshooting) for help with common issues.
Refer to the [Java troubleshooting documentation](/docs/apm/agents/java-agent/troubleshooting) for help with common issues.
</LandingPageTile>
</LandingPageTileGrid>

<ButtonLink
to="/docs/agents/java-agent/table-of-contents"
to="/docs/apm/agents/java-agent/table-of-contents"
variant="primary"
>
View all Java agent docs
Expand Down
Expand Up @@ -183,4 +183,4 @@ Here are some additional topics to consider:
* View your app in New Relic and get comfortable with the user interface.
* Read the documentation about APM. For example, read about the [Summary page](/docs/apm/applications-menu/monitoring/apm-overview-page), the [**JVM metrics** page](/docs/agents/java-agent/features/jvm-metrics-page), the [**Transactions** page](/docs/apm/applications-menu/monitoring/transactions-page), and other [performance monitoring features](/docs/apm).
* Query your data using [NRQL](/docs/query-data/nrql-new-relic-query-language/getting-started/introduction-nrql) (New Relic Query Language).
* Learn about setting up [custom instrumentation](/docs/agents/java-agent/custom-instrumentation) and [async instrumentation](/docs/agents/java-agent/async-instrumentation) for application activity not monitored by default.
* Learn about setting up [custom instrumentation](/docs/apm/agents/java-agent/custom-instrumentation) and [async instrumentation](/docs/apm/agents/java-agent/async-instrumentation) for application activity not monitored by default.
Expand Up @@ -12,7 +12,7 @@ redirects:
- /docs/agents/java-agent/troubleshooting/providing-troubleshooting-information-java
---

If none of the New Relic Java agent's [troubleshooting procedures](/docs/agents/java-agent/troubleshooting) resolve the problem, use the [log files](#logfiles) to troubleshoot the issue. If you need further assistance, gather the following information for getting support at [support.newrelic.com](https://support.newrelic.com).
If none of the New Relic Java agent's [troubleshooting procedures](/docs/apm/agents/java-agent/troubleshooting) resolve the problem, use the [log files](#logfiles) to troubleshoot the issue. If you need further assistance, gather the following information for getting support at [support.newrelic.com](https://support.newrelic.com).

<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/apm/agents/net-agent/index.mdx
Expand Up @@ -87,7 +87,7 @@ redirects:
</LandingPageTileGrid>

<ButtonLink
to="/docs/agents/net-agent/table-of-contents"
to="/docs/apm/agents/net-agent/table-of-contents"
variant="primary"
>
View all .NET agent docs
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/apm/agents/nodejs-agent/index.mdx
Expand Up @@ -93,7 +93,7 @@ redirects:
</LandingPageTileGrid>

<ButtonLink
to="/docs/agents/nodejs-agent/table-of-contents"
to="/docs/apm/agents/nodejs-agent/table-of-contents"
variant="primary"
>
View all Node.js agent docs
Expand Down
14 changes: 7 additions & 7 deletions src/content/docs/apm/agents/php-agent/index.mdx
Expand Up @@ -39,55 +39,55 @@ redirects:
<LandingPageTileGrid>
<LandingPageTile
title="Get started."
href="/docs/agents/php-agent/getting-started"
href="/docs/apm/agents/php-agent/getting-started"
icon="fe-terminal"
>
Get an introduction to New Relic for PHP to learn what you can do with the PHP agent and how to get up and running.
</LandingPageTile>

<LandingPageTile
title="Install the agent."
href="/docs/agents/php-agent/installation"
href="/docs/apm/agents/php-agent/installation"
icon="fe-list"
>
Get an installation overview and specific steps for standard installation on supported systems.
</LandingPageTile>

<LandingPageTile
title="Configure the agent."
href="/docs/agents/php-agent/configuration/php-agent-configuration"
href="/docs/apm/agents/php-agent/configuration/php-agent-configuration"
icon="fe-settings"
>
Use a variety of configuration options to further customize and fine-tune your installation.
</LandingPageTile>

<LandingPageTile
title="PHP agent API."
href="/docs/agents/php-agent/configuration/php-agent-api"
href="/docs/apm/agents/php-agent/configuration/php-agent-api"
icon="fe-tool"
>
Use the agent API to customize and extend your instrumentation.
</LandingPageTile>

<LandingPageTile
title="Frameworks, libraries, databases."
href="/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements"
href="/docs/apm/agents/php-agent/getting-started/php-agent-compatibility-requirements"
icon="fe-database"
>
View PHP agent compatibility and requirements. The agent also provides [additional functionality](/docs/agents/php-agent/frameworks-libraries) for some frameworks and libraries.
</LandingPageTile>

<LandingPageTile
title="Troubleshoot."
href="/docs/agents/php-agent/troubleshooting"
href="/docs/apm/agents/php-agent/troubleshooting"
icon="fe-life-buoy"
>
See our full list of troubleshooting documentation for help on common issues.
</LandingPageTile>
</LandingPageTileGrid>

<ButtonLink
to="/docs/agents/php-agent/table-of-contents"
to="/docs/apm/agents/php-agent/table-of-contents"
variant="primary"
>
View all PHP agent docs
Expand Down
Expand Up @@ -16,7 +16,7 @@ Before you install New Relic's Python agent, make sure your system meets these r

## Basic requirements [#basic]

The Python agent supports many of the most common Python web frameworks. Additional configuration may be required depending on your specific [hosting mechanism](/docs/agents/python-agent/hosting-mechanisms), [hosting service](/docs/agents/python-agent/hosting-services), [web framework](/docs/agents/python-agent/web-frameworks), or [back-end services](/docs/agents/python-agent/back-end-services).
The Python agent supports many of the most common Python web frameworks. Additional configuration may be required depending on your specific [hosting mechanism](/docs/agents/python-agent/hosting-mechanisms), [hosting service](/docs/apm/agents/python-agent/hosting-services), [web framework](/docs/apm/agents/python-agent/web-frameworks), or [back-end services](/docs/agents/python-agent/back-end-services).

If you don't have one already, [create a New Relic account](https://newrelic.com/signup). It's free, forever.

Expand Down
14 changes: 7 additions & 7 deletions src/content/docs/apm/agents/python-agent/index.mdx
Expand Up @@ -42,55 +42,55 @@ redirects:
<LandingPageTileGrid>
<LandingPageTile
title="Get started."
href="/docs/agents/python-agent/getting-started/introduction-new-relic-python"
href="/docs/apm/agents/python-agent/getting-started/introduction-new-relic-python"
icon="fe-terminal"
>
Get an introduction to New Relic for Python to learn what you can do with the Python agent and how to get it up and running.
</LandingPageTile>

<LandingPageTile
title="Install the Python agent."
href="/docs/agents/python-agent/getting-started/python-agent-quick-start"
href="/docs/apm/agents/python-agent/getting-started/python-agent-quick-start"
icon="fe-list"
>
The install process is quick and easy if you're using a [supported framework](/docs/agents/python-agent/getting-started/instrumented-python-packages).
</LandingPageTile>

<LandingPageTile
title="Configure the agent."
href="/docs/agents/python-agent/installation-configuration/python-agent-configuration"
href="/docs/apm/agents/python-agent/installation-configuration/python-agent-configuration"
icon="fe-settings"
>
Use configuration options to customize your installation. Enable [distributed tracing](/docs/apm/distributed-tracing/getting-started/introduction-distributed-tracing).
</LandingPageTile>

<LandingPageTile
title="Python agent API."
href="/docs/agents/python-agent/api/python-agent-api-guide"
href="/docs/apm/agents/python-agent/api/python-agent-api-guide"
icon="fe-tool"
>
Use the agent API to customize and extend your instrumentation.
</LandingPageTile>

<LandingPageTile
title="Web frameworks and web servers."
href="/docs/agents/python-agent/web-frameworks-servers"
href="/docs/apm/agents/python-agent/web-frameworks-servers"
icon="fe-database"
>
The New Relic Python agent supports many web frameworks and servers, including [uWSGI](/docs/agents/python-agent/hosting-mechanisms/python-agent-uwsgi) and [Gunicorn WSGI](/docs/agents/python-agent/hosting-mechanisms/python-agent-gunicorn).
</LandingPageTile>

<LandingPageTile
title="Troubleshoot."
href="/docs/agents/python-agent/troubleshooting"
href="/docs/apm/agents/python-agent/troubleshooting"
icon="fe-life-buoy"
>
See the full list of troubleshooting documentation for help with common issues.
</LandingPageTile>
</LandingPageTileGrid>

<ButtonLink
to="/docs/agents/python-agent/table-of-contents"
to="/docs/apm/agents/python-agent/table-of-contents"
variant="primary"
>
View all Python agent docs
Expand Down
Expand Up @@ -98,7 +98,7 @@ After installing the agent, go further and extend the agent's instrumentation:

## Troubleshooting [#tshoot]

If you encounter issues with the Ruby agent, see our [full list of troubleshooting documentation](/docs/agents/ruby-agent/troubleshooting). Common issues include:
If you encounter issues with the Ruby agent, see our [full list of troubleshooting documentation](/docs/apm/agents/ruby-agent/troubleshooting). Common issues include:

* [No data appears (Ruby)](/docs/agents/ruby-agent/troubleshooting/no-data-appears-ruby)
* [Gems incompatible with the Ruby agent](/docs/agents/ruby-agent/troubleshooting/incompatible-gems)
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/apm/agents/ruby-agent/index.mdx
Expand Up @@ -73,7 +73,7 @@ redirects:
href="/docs/agents/ruby-agent/customization"
icon="fe-tool"
>
Customize via method tracers, instrumentation, agent API, and more. Work with various [gems and middleware](/docs/agents/ruby-agent/instrumented-gems) supported by the Ruby agent.
Customize via method tracers, instrumentation, agent API, and more. Work with various [gems and middleware](/docs/apm/agents/ruby-agent/instrumented-gems) supported by the Ruby agent.
</LandingPageTile>

<LandingPageTile
Expand Down
Expand Up @@ -119,16 +119,16 @@ In addition to NRU training, review and keep the following documentation resourc

- [APM agent install and configuration](https://docs.newrelic.com/docs/agents/)
- Instrumentation guides:
- [C-SDK](https://docs.newrelic.com/docs/agents/c-sdk/instrumentation/)
- [Go](https://docs.newrelic.com/docs/agents/go-agent/instrumentation/)
- [Java](https://docs.newrelic.com/docs/agents/java-agent/custom-instrumentation/)
- [.NET](https://docs.newrelic.com/docs/agents/net-agent/custom-instrumentation/)
- [Node.js](https://docs.newrelic.com/docs/agents/nodejs-agent/extend-your-instrumentation/)
- [PHP](https://docs.newrelic.com/docs/agents/php-agent/php-agent-api/)
- [Python](https://docs.newrelic.com/docs/agents/python-agent/custom-instrumentation/)
- [Ruby](https://docs.newrelic.com/docs/agents/ruby-agent/api-guides/)
- [C-SDK](/docs/apm/agents/c-sdk/instrumentation/instrument-your-app-c-sdk)
- [Go](/docs/agents/go-agent/instrumentation)
- [Java](/docs/apm/agents/java-agent/custom-instrumentation/java-custom-instrumentation)
- [.NET](/docs/apm/agents/net-agent/custom-instrumentation/introduction-net-custom-instrumentation)
- [Node.js](/docs/apm/agents/nodejs-agent/extend-your-instrumentation/nodejs-custom-instrumentation)
- [PHP](/docs/apm/agents/php-agent/php-agent-api/)
- [Python](/docs/apm/agents/python-agent/custom-instrumentation)
- [Ruby](/docs/apm/agents/ruby-agent/api-guides)
- [OpenTelemetry SDKs](https://opensource.newrelic.com/projects/open-telemetry)
- [Introduction to New Relic synthetic monitoring](https://docs.newrelic.com/docs/synthetics/)
- [Introduction to New Relic synthetic monitoring](/docs/synthetics/)

## Establishing current state of your KPIs [#current-state]

Expand Down
7 changes: 4 additions & 3 deletions src/data/taxonomy-redirects.json
Expand Up @@ -579,9 +579,10 @@
]
},
{
"url": "/docs/agents/manage-apm-agents/app-naming",
"url": "/docs/apm/agents/manage-apm-agents/app-naming",
"paths": [
"/docs/agents/manage-apm-agents/application-naming"
"/docs/agents/manage-apm-agents/application-naming",
"/docs/agents/manage-apm-agents/app-naming"
]
},
{
Expand Down Expand Up @@ -1291,7 +1292,7 @@
"paths": [
"/docs/infrastructure/new-relic-infrastructure/getting-started/infrastructure-integrations",
"/docs/kubernetes-integration",
"/docs/infrastructure-integrations",
"/docs/infrastructure-integrations"
]
},
{
Expand Down

0 comments on commit 6838692

Please sign in to comment.