Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix broken links #2233

Merged
merged 1 commit into from
Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/configuration/services/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/src/guides/gatsby/headless/strapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand All @@ -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 >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/src/integrations/observability/new-relic/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion docs/src/tutorials/third-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down