Skip to content

Commit 348eb1c

Browse files
Fix display of links in changelog (#4239)
1 parent 1976a4f commit 348eb1c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

content/_changelogs/6.2.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ _Released 12/21/2020_
77
- You can now listen to `before:run`, `after:run`, `before:spec` and
88
`after:spec` events in the plugins file when setting the
99
[experimentalRunEvents](/guides/references/experiments) configuration option
10-
to `true`. See the [before:run](/api/plugins/before-run-api),
11-
[after:run](/api/plugins/after-run-api),
12-
[before:spec](/api/plugins/before-spec-api) and
13-
[after:spec](/api/plugins/after-spec-api) docs for more information. Addressed
14-
in [#9646](https://github.com/cypress-io/cypress/issues/9646),
10+
to `true`. See the [`before:run`](/api/plugins/before-run-api),
11+
[`after:run`](/api/plugins/after-run-api),
12+
[`before:spec`](/api/plugins/before-spec-api) and
13+
[`after:spec`](/api/plugins/after-spec-api) docs for more information.
14+
Addressed in [#9646](https://github.com/cypress-io/cypress/issues/9646),
1515
[#14178](https://github.com/cypress-io/cypress/issues/14178)
1616
[#14238](https://github.com/cypress-io/cypress/issues/14238) and
1717
[#14263](https://github.com/cypress-io/cypress/issues/14263).

content/_changelogs/6.7.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ _Released 3/15/2021_
88
listen to `before:run`, `after:run`, `before:spec` and `after:spec` events in
99
the plugins file without needing the
1010
[experimentalRunEvents](/guides/references/experiments) configuration option.
11-
See the [before:run](/api/plugins/before-run-api),
12-
[after:run](/api/plugins/after-run-api),
13-
[before:spec](/api/plugins/before-spec-api) and
14-
[after:spec](/api/plugins/after-spec-api) docs for more information. Addressed
15-
in [#15276](https://github.com/cypress-io/cypress/issues/15276).
11+
See the [`before:run`](/api/plugins/before-run-api),
12+
[`after:run`](/api/plugins/after-run-api),
13+
[`before:spec`](/api/plugins/before-spec-api) and
14+
[`after:spec`](/api/plugins/after-spec-api) docs for more information.
15+
Addressed in [#15276](https://github.com/cypress-io/cypress/issues/15276).
1616
- When canceling a run from the Dashboard, previously only parallelized runs
1717
would cancel correctly. Now all recorded runs will respect cancelation and
1818
exit early. Addresses

0 commit comments

Comments
 (0)