summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas <99104369+phoenixr-codes@users.noreply.github.com>2023-07-26 13:19:01 +0200
committerGitHub <noreply@github.com>2023-07-26 12:19:01 +0100
commitafdc2b03d0abd82294ba28ed10db65440a681beb (patch)
tree090bc2724fdf47579d9cc8252fca0baf7a866c75
parente55df3e60bd46eb25cc3799346ce5344c8def654 (diff)
Improvement of links (#111)
-rw-r--r--book/src/overview.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/book/src/overview.md b/book/src/overview.md
index 8518140..c5984a5 100644
--- a/book/src/overview.md
+++ b/book/src/overview.md
@@ -7,7 +7,7 @@
[![Latest version](https://img.shields.io/crates/v/mdbook-admonish.svg)](https://crates.io/crates/mdbook-admonish)
[![docs.rs](https://img.shields.io/docsrs/mdbook-admonish)](https://docs.rs/mdbook-admonish)
-A preprocessor for [mdbook](https://github.com/rust-lang-nursery/mdBook) to add [Material Design](https://material.io/design) admonishments, based on the [mkdocs-material](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) implementation.
+A preprocessor for [mdbook](https://github.com/rust-lang/mdBook) to add [Material Design](https://material.io/design) admonishments, based on the [mkdocs-material](https://squidfunk.github.io/mkdocs-material/reference/admonitions/) implementation.
It turns this:
@@ -39,7 +39,7 @@ My example is the best!
My example is the best!
```
-See the [list of directives](./reference.md) for a full list of supported admonitions. You'll find:
+See the [list of directives](./reference.md#directives) for a full list of supported admonitions. You'll find:
- `info`
- `warning`
@@ -74,13 +74,13 @@ This block will error
This block will error
```
-You can also configure the build to fail loudly, by setting `on_failure = "bail"` in `book.toml`. See the [configuration reference](./reference.md) for more details.
+You can also configure the build to fail loudly, by setting `on_failure = "bail"` in `book.toml`. See the [configuration reference](./reference.md#booktoml-configuration) for more details.
### Additional Options
You can pass additional options to each block. The options are structured as TOML key-value pairs.
-Note that some options can be passed globally, through the `default` section in `book.toml`. See the [configuration reference](./reference.md) for more details.
+Note that some options can be passed globally, through the `default` section in `book.toml`. See the [configuration reference](./reference.md#booktoml-configuration) for more details.
#### Custom title