Skip to content

Commit fb04684

Browse files
tniremilyrohrbough
andauthored
Fix links to GitHub PRs in 9.5.2 (#4445)
Co-authored-by: Emily Rohrbough <[email protected]>
1 parent cb94015 commit fb04684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/_changelogs/9.5.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ _Released 3/14/2022_
77
- Fixed an issue with `.type()` where click events could be fired on the
88
incorrect target element because the target focus changed within a key-down
99
event handler callback. Fixed in
10-
[#20525](https://github.com/cypress-io/cypress/pulls/20525).
10+
[#20525](https://github.com/cypress-io/cypress/pull/20525).
1111
- Fixed a regression in [9.5.0](/guides/references/changelog#9-5-0) where ANSI
1212
colors were not removed from the FireFox warning message about the
1313
`chromeWebSecurity` configuration option having no effect on the Firefox
@@ -18,7 +18,7 @@ _Released 3/14/2022_
1818
on a machine. This removes the need to run `cypress clear cache` before
1919
installing a new pre-release version of Cypress or before installing a new
2020
released version of Cypress after a pre-release version had been installed.
21-
Addressed in [#20296](https://github.com/cypress-io/cypress/pulls/20296).
21+
Addressed in [#20296](https://github.com/cypress-io/cypress/pull/20296).
2222

2323
**Misc:**
2424

0 commit comments

Comments
 (0)