diff --git a/dotnet/docs/ci-intro.mdx b/dotnet/docs/ci-intro.mdx index 8bc37bbc5ce..6a9a55ccd9b 100644 --- a/dotnet/docs/ci-intro.mdx +++ b/dotnet/docs/ci-intro.mdx @@ -9,7 +9,7 @@ import ProgressiveImage from '@theme/ProgressiveImage'; ## Introduction -Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed doc on Continuous Integration. +Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed [doc on Continuous Integration](./ci.mdx). #### You will learn - [How to set up GitHub Actions](/ci-intro.mdx#setting-up-github-actions) diff --git a/java/docs/ci-intro.mdx b/java/docs/ci-intro.mdx index cfb2a0c6d60..1205d14c739 100644 --- a/java/docs/ci-intro.mdx +++ b/java/docs/ci-intro.mdx @@ -9,7 +9,7 @@ import ProgressiveImage from '@theme/ProgressiveImage'; ## Introduction -Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed doc on Continuous Integration. +Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed [doc on Continuous Integration](./ci.mdx). #### You will learn - [How to set up GitHub Actions](/ci-intro.mdx#setting-up-github-actions) diff --git a/python/docs/ci-intro.mdx b/python/docs/ci-intro.mdx index 5c2d47ea008..c3825cdbec0 100644 --- a/python/docs/ci-intro.mdx +++ b/python/docs/ci-intro.mdx @@ -9,7 +9,7 @@ import ProgressiveImage from '@theme/ProgressiveImage'; ## Introduction -Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed doc on Continuous Integration. +Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed [doc on Continuous Integration](./ci.mdx). #### You will learn - [How to set up GitHub Actions](/ci-intro.mdx#setting-up-github-actions)