Skip to content

Commit bbb52ce

Browse files
authored
Merge pull request #4249 from msmps/fix/broken-links-01
docs: fix broken links caused by ts migration
2 parents 271e6fe + 187d1a1 commit bbb52ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/api/cypress-api/dom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documented below. These methods are used internally by Cypress in nearly every
1111
single built in command.
1212

1313
We suggest
14-
[reading through the source code here](https://github.com/cypress-io/cypress/blob/develop/packages/driver/src/dom/index.js)
14+
[reading through the source code here](https://github.com/cypress-io/cypress/blob/develop/packages/driver/src/dom/index.ts)
1515
to see all of the methods and what they do.
1616

1717
</Alert>

content/api/plugins/writing-a-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ please [refer to the docs for each one](#List-of-events).
8080
This configuration contains all of the values that get passed into the browser
8181
for your project.
8282

83-
[For a comprehensive list of all configuration values look here.](https://github.com/cypress-io/cypress/blob/master/packages/server/lib/config.js)
83+
[For a comprehensive list of all configuration values look here.](https://github.com/cypress-io/cypress/blob/master/packages/server/lib/config.ts)
8484

8585
Some plugins may utilize or require these values, so they can take certain
8686
actions based on the configuration.

0 commit comments

Comments
 (0)