Skip to content

Commit bf7abbb

Browse files
committed
Fix links for adding a new admonition kind
These files have been moved around.
1 parent 8273015 commit bf7abbb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/mdbook-spec/src/admonitions.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
//! 1. Modify the [`admonitions`] function below to include an icon.
66
//! 2. Modify `theme/reference.css` to set the color for the different themes.
77
//! Look at one of the other admonitions as a guide.
8-
//! 3. Update `src/introduction.md` and describe what this new block is for
8+
//! 3. Update `src/conventions.md` and describe what this new block is for
99
//! with an example.
10-
//! 4. Update `docs/authoring.md` to show an example of your new admonition.
10+
//! 4. Update `dev-guide/src/formatting/admonitions.md` to show an example of
11+
//! your new admonition.
1112
1213
use crate::{Diagnostics, warn_or_err};
1314
use mdbook_preprocessor::book::Chapter;

0 commit comments

Comments
 (0)