From a5745232e2e687634ea889bc526f5e04a125a7c9 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Mon, 2 Dec 2024 14:55:06 -0500 Subject: [PATCH] change links --- docs/commands/assertions.md | 2 +- docs/recipes/cy-events.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/assertions.md b/docs/commands/assertions.md index 9d997c4292..8d039bee06 100644 --- a/docs/commands/assertions.md +++ b/docs/commands/assertions.md @@ -84,7 +84,7 @@ The number of arguments an assertion allows depends on the assertion itself. For more examples of using the `match` assertion against jQuery elements and text, see the recipe [Match Assertion](../recipes/match-assertion.md). -Note: find even more examples of matching element's text content in this [FAQ answer](https://on.cypress.io/using-cypress-faq#How-do-I-get-an-element%E2%80%99s-text-contents). +Note: find even more examples of matching element's text content in this [FAQ answer](https://on.cypress.io/app/faq#How-do-I-get-an-elements-text-contents). diff --git a/docs/recipes/cy-events.md b/docs/recipes/cy-events.md index f12f3d1970..803146965e 100644 --- a/docs/recipes/cy-events.md +++ b/docs/recipes/cy-events.md @@ -1,6 +1,6 @@ # Cy events -Cypress test runner fires events you can subscribe to. For example, we can listen to the command start and finish events. See the full [Cypress Catalog of Events](https://on.cypress.io/catalog-of-events) for more. +Cypress test runner fires events you can subscribe to. For example, we can listen to the command start and finish events. See the full [Cypress Catalog of Events](https://docs.cypress.io/api/cypress-api/catalog-of-events) for more.