Skip to content

Commit be311ee

Browse files
committed
update a few more links
1 parent 4a1e602 commit be311ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ npm run run:exported
7474
[deployed url]: https://github.com/bahmutov/cypress-examples/actions?query=workflow%3Adeployed
7575
[vuepress]: https://vuepress.vuejs.org/
7676
[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg
77-
[renovate-app]: https://www.mend.io/free-developer-tools/renovate/
77+
[renovate-app]: https://www.npmjs.com/package/renovate

docs/commands/network-requests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Examples of handling AJAX or XHR requests in Cypress, for a full reference of commands, go to [docs.cypress.io](https://on.cypress.io/api)
44

5-
## [cy.server()](https://on.cypress.io/server)
5+
## `cy.server()` (deprecated)
66

77
_Deprecated_ in Cypress v6
88

@@ -239,7 +239,7 @@ cy.request({
239239

240240
Watch the explanation in the video [Handle 404 Status Code In cy.request Command](https://youtu.be/Ck5MutpVOQo), and check out the recipe [Requested resource not found](../recipes/request-not-found.md).
241241

242-
## [cy.route()](https://on.cypress.io/route)
242+
## `cy.route()` (deprecated)
243243

244244
_Deprecated_ in Cypress v6
245245

docs/cypress-api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Cypress.Cookies.defaults({
159159

160160
<!-- fiddle-end -->
161161

162-
## [Cypress.Server.default()](https://on.cypress.io/cypress-server)
162+
## `Cypress.Server.default()` (deprecated)
163163

164164
To change the default configuration for cy.server, use `Cypress.Server.defaults()`.
165165

0 commit comments

Comments
 (0)