Skip to content

Commit dfe67d5

Browse files
committed
[site] italicize remaining links to titles
Our general documentation style is to italicize links to titles.
1 parent 64f642a commit dfe67d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

site/src/docs/features/retries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ retries = { backoff = "exponential", count = 2, delay = "5s", jitter = true }
101101
102102
## JUnit support
103103

104-
Flaky test detection is integrated with nextest's JUnit support. For more information, see [JUnit support](../machine-readable/junit.md).
104+
Flaky test detection is integrated with nextest's JUnit support. For more information, see [*JUnit support*](../machine-readable/junit.md).

site/src/docs/installation/pre-built-binaries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ To install a version series or specific version, use this instead:
207207
CARGO_TERM_COLOR: always
208208
```
209209

210-
For a full list of environment variables supported by nextest, see [Environment variables](../configuration/env-vars.md).
210+
For a full list of environment variables supported by nextest, see [*Environment variables*](../configuration/env-vars.md).
211211

212212
### Other CI systems
213213

214-
Install pre-built binaries on other CI systems by downloading and extracting the respective archives, using the commands above as a guide. See [Release URLs](release-urls.md) for more about how to specify nextest versions and platforms.
214+
Install pre-built binaries on other CI systems by downloading and extracting the respective archives, using the commands above as a guide. See [*Release URLs*](release-urls.md) for more about how to specify nextest versions and platforms.
215215

216216
!!! question "Documentation"
217217

site/src/docs/running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This will produce output that looks like:
2727
In nextest's run output:
2828

2929
- Tests are marked **`PASS`** or **`FAIL`**, and the amount of wall-clock time each test takes is listed within square brackets.
30-
- Tests that take more than a specified amount of time (60 seconds by default) are marked **SLOW**. See [Slow tests and timeouts](features/slow-tests.md).
30+
- Tests that take more than a specified amount of time (60 seconds by default) are marked **SLOW**. See [*Slow tests and timeouts*](features/slow-tests.md).
3131
- The part of the test in magenta is the _binary ID_ for a unit test binary (see [Binary IDs](#binary-ids) below).
3232

3333
- The part after the binary ID is the _test name_, including the module the test is in. The final part of the test name is highlighted in bold blue text.

0 commit comments

Comments
 (0)