From 54c6a63fba8ad63ccd231f2edb744086f963006e Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Mon, 21 Mar 2022 08:39:24 +0100 Subject: [PATCH] :bug: Fix broken links --- docs/src/configuration/services/redis.md | 2 +- docs/src/guides/gatsby/headless/strapi.md | 4 ++-- docs/src/integrations/observability/new-relic/php.md | 2 +- docs/src/tutorials/third-party.md | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/src/configuration/services/redis.md b/docs/src/configuration/services/redis.md index eb996a7802..3da474086d 100644 --- a/docs/src/configuration/services/redis.md +++ b/docs/src/configuration/services/redis.md @@ -160,7 +160,7 @@ file=none highlight=false --- -To manage [thread safety](https://github.com/redis/redis-py#thread-safety), +To manage [thread safety](https://github.com/redis/redis-py#user-content-thread-safety), the Python library suggests using separate client instances for each database: ```python diff --git a/docs/src/guides/gatsby/headless/strapi.md b/docs/src/guides/gatsby/headless/strapi.md index 955aaf2984..ff235e0cc6 100644 --- a/docs/src/guides/gatsby/headless/strapi.md +++ b/docs/src/guides/gatsby/headless/strapi.md @@ -38,7 +38,7 @@ to read from the backend Strapi container through the `strapi` relationship defi to configure the `apiURL` attribute for `gatsby-source-strapi`. Note that the source plugin requires that you explicitly define the `contentTypes` to retrieve from Strapi. At this point, you haven't yet built out the API. -So the `article` and `category` content types are included for what you need to do [after installing](https://github.com/platformsh-templates/gatsby-strapi/tree/update#user-content-post-install). +So the `article` and `category` content types are included for what you need to do [after installing](https://github.com/platformsh-templates/gatsby-strapi#user-content-post-install). If you're migrating an existing Strapi repository, adjust these values to fit your current API. {{< /guides/gatsby/headless-gatsby >}} @@ -63,7 +63,7 @@ If you're migrating an existing Strapi repository, adjust these values to fit yo {{< guides/gatsby/headless-postinstall name="Strapi">}} -After you have deployed, you will need to set up Strapi's Admin Panel and some initial content endpoints for the Gatsby frontend to consume. Create your admin user at the `backend` subdomain for Strapi. You can then follow the [template's post-install instructions](https://github.com/platformsh-templates/gatsby-strapi/tree/update#user-content-post-install) to setup up some initial `Article` and `Category` content endpoints. The API you develop there will be only accessible by admins by default, so be sure to adjust the permissions to public so Gatsby can access it. +After you have deployed, you will need to set up Strapi's Admin Panel and some initial content endpoints for the Gatsby frontend to consume. Create your admin user at the `backend` subdomain for Strapi. You can then follow the [template's post-install instructions](https://github.com/platformsh-templates/gatsby-strapi#user-content-post-install) to setup up some initial `Article` and `Category` content endpoints. The API you develop there will be only accessible by admins by default, so be sure to adjust the permissions to public so Gatsby can access it. {{< /guides/gatsby/headless-postinstall >}} diff --git a/docs/src/integrations/observability/new-relic/php.md b/docs/src/integrations/observability/new-relic/php.md index 5d22c1e110..3b922cb44c 100644 --- a/docs/src/integrations/observability/new-relic/php.md +++ b/docs/src/integrations/observability/new-relic/php.md @@ -7,7 +7,7 @@ To use New Relic with PHP, specify `type: 'php:8.0'` or lower in your [app confi ## Get your license key -Sign up at https://newrelic.com and get your [license key](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#ingest-license-key). +Sign up at https://newrelic.com and get your [license key](https://docs.newrelic.com/docs/apis/intro-apis/new-relic-api-keys/#license-key). ## Add your license key diff --git a/docs/src/tutorials/third-party.md b/docs/src/tutorials/third-party.md index 22f08daa8d..a1f35a333e 100644 --- a/docs/src/tutorials/third-party.md +++ b/docs/src/tutorials/third-party.md @@ -79,7 +79,6 @@ Framework | Credit [**Silverstripe** example](https://github.com/gmoigneu/platformsh-example-silverstripe)|[@gmoigneu](https://github.com/gmoigneu) [**Thunder** example](https://github.com/md-systems/platformsh-example-thunder)|[maintained by the MD Systems team](https://github.com/md-systems) [**WooCommerce** example](https://github.com/liip/woocommerce-demo)|[@Liip](https://github.com/liip) -[**Grav** example](https://gist.github.com/mikecrittenden/f52351e3623dc3433af901946e29f2e9)|[Mike Crittenden](https://github.com/mikecrittenden) ### Ruby