mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-20 06:01:12 -06:00
docs: Fix incorrect links
This commit is contained in:
@@ -7,7 +7,7 @@ description: ''
|
||||
Make an assertion.
|
||||
|
||||
{% note info %}
|
||||
An alias of [`.should()`](https://on.cypress.io/api/and)
|
||||
An alias of [`.should()`](https://on.cypress.io/api/should)
|
||||
{% endnote %}
|
||||
|
||||
{% note info %}
|
||||
|
||||
@@ -7,7 +7,7 @@ description: ''
|
||||
Get the current URL hash.
|
||||
|
||||
{% note info %}
|
||||
This is an alias of [`cy.location().hash`](https://on.cypress.io/api/location)
|
||||
This is an alias of [`cy.location('hash')`](https://on.cypress.io/api/location)
|
||||
{% endnote %}
|
||||
|
||||
# Syntax
|
||||
|
||||
Reference in New Issue
Block a user