diff --git a/sites/platform/src/development/local/lando.md b/sites/platform/src/development/local/lando.md index d596bddc4c..fb94217323 100644 --- a/sites/platform/src/development/local/lando.md +++ b/sites/platform/src/development/local/lando.md @@ -6,8 +6,8 @@ weight: 3 --- [Lando](https://docs.lando.dev) is a third-party local development tool for which several stacks are available (LAMP, LEMP, MEAN). -Lando works with most services supported by {{% vendor/name %}} [except for](https://docs.lando.dev/platformsh/caveats.html#unsupported-things) Vault KMS and network storage. -See a list of [supported services](https://docs.lando.dev/platformsh/config.html#services-yaml). +Lando works with most services supported by {{% vendor/name %}} [except for](https://docs.lando.dev/plugins/platformsh/caveats.html#unsupported-things) Vault KMS and network storage. +See a list of [supported services](https://docs.lando.dev/plugins/platformsh/config.html#services-yaml). {{< note >}} @@ -17,7 +17,7 @@ See a list of [supported services](https://docs.lando.dev/platformsh/config.html For a complete reference, consult the following resources: -- [Lando {{% vendor/name %}} plugin documentation](https://docs.lando.dev/platformsh/) and [source code](https://github.com/lando/platformsh) +- [Lando {{% vendor/name %}} plugin documentation](https://docs.lando.dev/plugins/platformsh/) and [source code](https://github.com/lando/platformsh) - [Lando documentation](https://docs.lando.dev/) ## Before you begin @@ -28,7 +28,7 @@ You need : - A PHP project. Lando doesn't automatically pull and set up environment variables that have been set in the Console. -To use a build hook that requires environment variables, manually [add them](https://docs.lando.dev/platformsh/config.html#environment-variables). +To use a build hook that requires environment variables, manually [add them](https://docs.lando.dev/plugins/platformsh/config.html#environment-variables). ## 1. Install Lando @@ -60,7 +60,7 @@ Run lando init --recipe platformsh --source cwd --platformsh-auth {{% vari If for some reason you get an error using the {{% vendor/name %}} recipe, be sure to -[install the latest version of the {{% vendor/name %}} plugin](https://docs.lando.dev/platformsh/getting-started.html#custom-installation) +[install the latest version of the {{% vendor/name %}} plugin](https://docs.lando.dev/plugins/platformsh/getting-started.html#custom-installation) and run the command again. {{< /note >}} @@ -99,7 +99,7 @@ Access your app and services by opening the according URLs in your browser. ## What's next -- [Import data and download files](https://docs.lando.dev/platformsh/sync.html) from your remote {{% vendor/name %}} site. +- [Import data and download files](https://docs.lando.dev/plugins/platformsh/sync.html) from your remote {{% vendor/name %}} site. - If you make changes in the {{% vendor/name %}} [configuration files](/learn/overview/structure.md) during development, run `lando rebuild` for these to be taken into account in Lando. - To keep your Lando image up-to-date, see how to [update Lando](https://docs.lando.dev/getting-started/updating.html). @@ -112,8 +112,8 @@ Access your app and services by opening the according URLs in your browser. {{< /note >}} - Make sure that the [{{% vendor/name %}} configuration files](/learn/overview/structure.md) are present in your local repository. -- Check that your [services](https://docs.lando.dev/platformsh/config.html#services-yaml) are supported by Lando. -- Check [caveats and known issues](https://docs.lando.dev/platformsh/caveats.html). +- Check that your [services](https://docs.lando.dev/plugins/platformsh/config.html#services-yaml) are supported by Lando. +- Check [caveats and known issues](https://docs.lando.dev/plugins/platformsh/caveats.html). - Carefully check the output of the Lando commands you run to spot warnings and errors. - Run `lando rebuild`. - Restart Lando in debug mode by running `lando restart -vvv`. @@ -141,4 +141,4 @@ Find out how to solve it in the [Lando blog](https://lando.dev/blog/2020/03/20/5 ### Something still wrong? -[Get in touch with Lando](https://docs.lando.dev/platformsh/support.html). +[Get in touch with Lando](https://docs.lando.dev/plugins/platformsh/support.html). diff --git a/sites/platform/src/domains/troubleshoot.md b/sites/platform/src/domains/troubleshoot.md index 31b1d97099..b277844cec 100644 --- a/sites/platform/src/domains/troubleshoot.md +++ b/sites/platform/src/domains/troubleshoot.md @@ -201,7 +201,7 @@ On the command line type `{{% vendor/cli %}} logs app` and `{{% vendor/cli %}} l {{% vendor/name %}} expects an ASCII representation of your domain. To use an internationalized domain name (IDN), convert it to ASCII. -Use a tool such as the [conversion tool provided by Verisign](https://www.verisign.com/en_US/channel-resources/domain-registry-products/idn/idn-conversion-tool/index.xhtml). +Use a tool such as the [conversion tool provided by Verisign](https://www.verisign.com/resources/internationalized-domain-names/idn-conversion-tool/). ## Something still wrong? diff --git a/sites/platform/src/guides/laravel/local-development/lando.md b/sites/platform/src/guides/laravel/local-development/lando.md index 16b87ae16c..f4939e2f03 100644 --- a/sites/platform/src/guides/laravel/local-development/lando.md +++ b/sites/platform/src/guides/laravel/local-development/lando.md @@ -8,4 +8,4 @@ description: Develop your Laravel app locally with **Lando**, a development tool which dramatically simplifies local development. To learn more about how to run your Laravel app in a local Lando-managed environment, -see the [official integration documentation](https://docs.lando.dev/platformsh/). +see the [official integration documentation](https://docs.lando.dev/plugins/platformsh/). diff --git a/sites/platform/src/increase-observability/integrate-observability/new-relic/java.md b/sites/platform/src/increase-observability/integrate-observability/new-relic/java.md index 70d29877ec..bd1768d0a5 100644 --- a/sites/platform/src/increase-observability/integrate-observability/new-relic/java.md +++ b/sites/platform/src/increase-observability/integrate-observability/new-relic/java.md @@ -49,7 +49,7 @@ Configure your `pom.xml` to download `newrelic-java.zip`: ``` -Replace `JAVA_AGENT_VERSION` with the [latest Java agent version 1](https://docs.newrelic.com/docs/agents/java-agent/getting-started/java-release-notes). +Replace `JAVA_AGENT_VERSION` with the [latest Java agent version 1](https://docs.newrelic.com/docs/release-notes/agent-release-notes/java-release-notes/index). Unzip `newrelic-java.zip` by configuring `maven-dependency-plugin` in your `pom.xml`: