diff --git a/docs/commands/assertions.md b/docs/commands/assertions.md index 9d997c429..8d039bee0 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 f12f3d197..803146965 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.