From 6b0724f5178329ac6bf9918424a00d8f32752ca7 Mon Sep 17 00:00:00 2001 From: Mateusz Baginski Date: Fri, 6 Sep 2024 08:31:19 +0200 Subject: [PATCH] Change vebsite domain --- docs/getting-started/integrations/angular.md | 2 +- docs/getting-started/integrations/react.md | 2 +- docs/getting-started/integrations/vuejs-v3.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/integrations/angular.md b/docs/getting-started/integrations/angular.md index 7efbe04a827..ebab5a01772 100644 --- a/docs/getting-started/integrations/angular.md +++ b/docs/getting-started/integrations/angular.md @@ -711,7 +711,7 @@ You can use Jest as a test runner in Angular apps. Unfortunately, Jest does not For testing CKEditor 5, it is recommended to use testing frameworks that utilize a real browser and provide a complete DOM implementation. Some popular options include: -* [Vitest](https://vitest.netlify.app/) +* [Vitest](https://vitest.dev/) * [Playwright](https://playwright.dev/) * [Cypress](https://www.cypress.io/) diff --git a/docs/getting-started/integrations/react.md b/docs/getting-started/integrations/react.md index fd2edf60fd6..98af40a09a7 100644 --- a/docs/getting-started/integrations/react.md +++ b/docs/getting-started/integrations/react.md @@ -283,7 +283,7 @@ Jest is the default test runner used by many React apps. Unfortunately, Jest doe For testing CKEditor 5, it is recommended to use testing frameworks that utilize a real browser and provide a complete DOM implementation. Some popular options include: -* [Vitest](https://vitest.netlify.app/) +* [Vitest](https://vitest.dev/) * [Playwright](https://playwright.dev/) * [Cypress](https://www.cypress.io/) diff --git a/docs/getting-started/integrations/vuejs-v3.md b/docs/getting-started/integrations/vuejs-v3.md index 13221bf9a4e..46fd366c300 100644 --- a/docs/getting-started/integrations/vuejs-v3.md +++ b/docs/getting-started/integrations/vuejs-v3.md @@ -482,7 +482,7 @@ You can use Jest as a test runner in Vue apps. Unfortunately, Jest does not use For testing CKEditor 5, it is recommended to use testing frameworks that utilize a real browser and provide a complete DOM implementation. Some popular options include: -* [Vitest](https://vitest.netlify.app/) +* [Vitest](https://vitest.dev/) * [Playwright](https://playwright.dev/) * [Cypress](https://www.cypress.io/)