Skip to content

Commit 49df054

Browse files
committed
mdbook link
1 parent a6295fd commit 49df054

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

book/favicon.png

1.64 KB
Loading

book/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ <h1 class="menu-title">Jang</h1>
140140

141141
<div id="content" class="content">
142142
<main>
143-
<a class="header" href="#about" id="about"><h1>about</h1></a>
143+
<p>The source code of the book is at <a href="https://github.com/sn99/rust-practise-questions">link</a></p>
144+
<a class="header" href="#about" id="about"><h1>about</h1></a>
144145
<p>The book is written so that we newbie <a href="https://www.rustaceans.org/">Rustaceans</a> can easily dive in the language and get productive as fast as possible</p>
145146
<a class="header" href="#what-this-book-is-not" id="what-this-book-is-not"><h2>What this book is not</h2></a>
146147
<p>This book is not an attempt to teach you <a href="https://www.rust-lang.org/">Rust</a>, it simply provides question for practise and <strong>it is not a tutorial</strong></p>

book/print.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ <h1 class="menu-title">Jang</h1>
140140

141141
<div id="content" class="content">
142142
<main>
143-
<a class="header" href="#about" id="about"><h1>about</h1></a>
143+
<p>The source code of the book is at <a href="https://github.com/sn99/rust-practise-questions">link</a></p>
144+
<a class="header" href="#about" id="about"><h1>about</h1></a>
144145
<p>The book is written so that we newbie <a href="https://www.rustaceans.org/">Rustaceans</a> can easily dive in the language and get productive as fast as possible</p>
145146
<a class="header" href="#what-this-book-is-not" id="what-this-book-is-not"><h2>What this book is not</h2></a>
146147
<p>This book is not an attempt to teach you <a href="https://www.rust-lang.org/">Rust</a>, it simply provides question for practise and <strong>it is not a tutorial</strong></p>

book/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

book/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/about.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
The source code of the book is at [link](https://github.com/sn99/rust-practise-questions)
2+
13
# about
24

35
The book is written so that we newbie [Rustaceans](https://www.rustaceans.org/) can easily dive in the language and get productive as fast as possible

0 commit comments

Comments
 (0)