Skip to content

Commit 88b15d7

Browse files
committed
docs(ref): Simplify text for link to check-cfg example
1 parent 27e067c commit 88b15d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/doc/src/reference/build-scripts.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,10 @@ if foo_bar_condition {
290290
}
291291
```
292292

293-
For a more complete example see in the [build script examples][build-script-examples] page
294-
the [conditional compilation][conditional-compilation-example] example.
293+
For a more complete example see the
294+
[conditional compilation][conditional-compilation-example] example.
295295

296296
[option-check-cfg]: ../../rustc/command-line-arguments.md#option-check-cfg
297-
[build-script-examples]: build-script-examples.md
298297
[conditional-compilation-example]: build-script-examples.md#conditional-compilation
299298

300299
### `cargo::rustc-env=VAR=VALUE` {#rustc-env}

0 commit comments

Comments
 (0)