aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-03-18 15:33:31 -0700
committerFuwn <[email protected]>2021-03-18 15:33:31 -0700
commitcdbecf269fd8b57fc677b37488576072c5411bde (patch)
treefca8dcf5be16ac2b14c119d7646d645ed804b347 /src
parenttest: auto deploy (diff)
downloadbook-cdbecf269fd8b57fc677b37488576072c5411bde.tar.xz
book-cdbecf269fd8b57fc677b37488576072c5411bde.zip
fix: mdbook chapter heading
Diffstat (limited to 'src')
-rw-r--r--src/SUMMARY.md2
-rw-r--r--src/introduction/mdbook.md (renamed from src/introduction/book.md)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md
index 024973c..0f52f44 100644
--- a/src/SUMMARY.md
+++ b/src/SUMMARY.md
@@ -1,4 +1,4 @@
# Summary
- [Introduction](introduction.md)
- - [mdBook](./introduction/book.md)
+ - [mdBook](./introduction/mdbook.md)
diff --git a/src/introduction/book.md b/src/introduction/mdbook.md
index ded757f..2975408 100644
--- a/src/introduction/book.md
+++ b/src/introduction/mdbook.md
@@ -1,4 +1,4 @@
-# book
+# mdBook
This book was writtin using [mdBook](https://github.com/rust-lang/mdBook).
For more information about how mdBook works, head over to the aforelinked GitHub repository.