Skip to content

Commit

Permalink
chore(docs): Update link to netlify AB testing guide
Browse files Browse the repository at this point in the history
Fixes #32376
  • Loading branch information
LekoArts authored Jul 16, 2021
1 parent 3a8a453 commit 935d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/ab-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ However, there are several potential approaches:

- **Use traditional A/B testing tools** like Optimizely. This will slow down your website because the client-side JavaScript used by these tools is quite heavy. In addition, you'll need to make sure to use the correct React component, since you should not be overwriting the DOM manually.

- **Use branch-based A/B testing**. For teams of developers without any content editors using a CMS, tools like [Netlify's branch-based A/B testing can work quite well with Gatsby.](./how-to/testing/ab-testing-with-google-analytics-and-netlify.md)
- **Use branch-based A/B testing**. For teams of developers without any content editors using a CMS, tools like [Netlify's branch-based A/B testing can work quite well with Gatsby.](/docs/how-to/testing/ab-testing-with-google-analytics-and-netlify/)

- **Edge-based page splitting**. Some JAMStack vendors like [Outsmartly](https://www.outsmartly.com/) and [Uniform](https://uniform.dev/) have edge CDN integrations that allow them to serve multiple versions of a page, enabling personalization and A/B testing without a performance hit.

0 comments on commit 935d235

Please sign in to comment.