Skip to content

Commit 5b6dfef

Browse files
committed
Fix references
1 parent 718ee15 commit 5b6dfef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

documentation/modules/ROOT/pages/advanced-topics/engines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A `TestEngine` facilitates _discovery_ and _execution_ of tests for a particular
44
programming model.
55

66
For example, JUnit provides a `TestEngine` that discovers and executes tests written using
7-
the JUnit Jupiter programming model (see xref:writing-tests/intro.adoc#tests[Writing Tests] and xref:extensions/overview.adoc[]).
7+
the JUnit Jupiter programming model (see xref:writing-tests/intro.adoc[Writing Tests] and xref:extensions/overview.adoc[]).
88

99
[[junit]]
1010
== JUnit Test Engines

documentation/modules/ROOT/pages/appendix.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ xref:running-tests/build-support.adoc#gradle-bom[Gradle].
105105
`junit-jupiter-api`, `junit-jupiter-params`, and `junit-jupiter-engine` for
106106
simplified dependency management in build tools such as Gradle and Maven.
107107
`junit-jupiter-api`::
108-
JUnit Jupiter API for xref:writing-tests/intro.adoc#tests[writing tests] and xref:extensions/overview.adoc[extensions].
108+
JUnit Jupiter API for xref:writing-tests/intro.adoc[writing tests] and xref:extensions/overview.adoc[extensions].
109109
`junit-jupiter-engine`::
110110
JUnit Jupiter test engine implementation; only required at runtime.
111111
`junit-jupiter-params`::

documentation/modules/ROOT/pages/overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ xref:running-tests/ide-support.adoc#eclipse[Eclipse], xref:running-tests/ide-sup
3030
xref:running-tests/ide-support.adoc#vscode[Visual Studio Code]) and build tools (see xref:running-tests/build-support.adoc#gradle[Gradle],
3131
xref:running-tests/build-support.adoc#maven[Maven], and xref:running-tests/build-support.adoc#ant[Ant]).
3232

33-
**JUnit Jupiter** is the combination of the xref:writing-tests/intro.adoc#tests[programming model] and
33+
**JUnit Jupiter** is the combination of the xref:writing-tests/intro.adoc[programming model] and
3434
xref:extensions/overview.adoc[extension model] for writing tests and extensions in JUnit 5. The Jupiter
3535
sub-project provides a `TestEngine` for running Jupiter based tests on the platform.
3636

@@ -65,7 +65,7 @@ xref:running-tests/build-support.adoc[] and the <<getting-started-example-projec
6565
To find out what features are available in JUnit 5 and how to use them, read the
6666
corresponding sections of this User Guide, organized by topic.
6767

68-
* xref:writing-tests/intro.adoc#tests[Writing Tests in JUnit Jupiter]
68+
* xref:writing-tests/intro.adoc[Writing Tests in JUnit Jupiter]
6969
* xref:migrating-from-junit4.adoc[Migrating from JUnit 4 to JUnit Jupiter]
7070
* xref:running-tests/intro.adoc[]
7171
* xref:extensions/overview.adoc[Extension Model for JUnit Jupiter]

0 commit comments

Comments
 (0)