Skip to content

Commit

Permalink
change links
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 2, 2024
1 parent ef31082 commit a574523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/commands/assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- fiddle-end -->

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/cy-events.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- fiddle Command start -->

Expand Down

0 comments on commit a574523

Please sign in to comment.