Skip to content

Commit c63ba43

Browse files
committed
some edits
1 parent 89e2160 commit c63ba43

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# How to contribute
22

3-
The book has been divided into sections for easy addition and removal of questions
3+
The book has been divided into sections for easy addition and removal of questions
4+
5+
You might wanna read [mdbook guide](https://rust-lang-nursery.github.io/mdBook/) before contributing
6+
7+
All the questions are in the following format `src/chapterX/questions.md`
8+
9+
All your contributions will be considered under [MIT LICENSE](LICENSE)
10+
11+
Finally execute `mdbook build` after adding questions (provide one solution in [playground](https://play.rust-lang.org/))

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ A set of questions for Rust lang **(yet to be completed)**
77

88
Read [about](src/about.md) for more information about the book
99

10+
Read [CONTRIBUTING](CONTRIBUTING.md) for contributing to the book
11+
1012
[FAQs](FAQs.md)

book/print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,15 @@ <h1 class="menu-title">Jang</h1>
155155
<p>Some of the sources that are the most helpful are :</p>
156156
<ul>
157157
<li><a href="https://client00.chat.mibbit.com/?server=irc.mozilla.org&amp;channel=%23rust-beginners">Rust IRC Channel for beginners</a></li>
158-
<li><a href="https://stackoverflow.com/">Stackoverflow</a></li>
158+
<li><a href="https://stackoverflow.com/questions/tagged/rust">Stackoverflow</a></li>
159159
<li><a href="https://www.reddit.com/r/rust/">Reddit community of Rust</a></li>
160160
</ul>
161161
<a class="header" href="#i-am-unable-to-solve-so-and-so-question-why-" id="i-am-unable-to-solve-so-and-so-question-why-"><h4>I am unable to solve so-and-so question, why ?</h4></a>
162162
<p>Mostly because you may be new to the language or to programming world itself, try again and keep on learning, you will be able to eventually solve them with ease</p>
163163
<a class="header" href="#resources" id="resources"><h1>RESOURCES</h1></a>
164164
<p>Some of the sources that might help you in learning <a href="https://www.rust-lang.org/">Rust</a></p>
165165
<ul>
166-
<li><a href="https://doc.rust-lang.org/book/2018-edition/index.html">The rust book (main)</a> - It is the main book and should be your companion till the end</li>
166+
<li><a href="https://doc.rust-lang.org/book/index.html">The rust book (main)</a> - It is the main book and should be your companion till the end</li>
167167
<li><a href="https://stevedonovan.github.io/rust-gentle-intro/readme.html">A gentle introduction to rust</a></li>
168168
<li><a href="https://learning-rust.github.io">Learning Rust</a></li>
169169
<li><a href="https://www.rust-lang.org/en-US/documentation.html">The official site for Documentation</a></li>

src/FAQs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Each and every question that appears in the book has been solved in at least in
1616

1717
Some of the sources that are the most helpful are :
1818
* [Rust IRC Channel for beginners](https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners)
19-
* [Stackoverflow](https://stackoverflow.com/)
19+
* [Stackoverflow](https://stackoverflow.com/questions/tagged/rust)
2020
* [Reddit community of Rust](https://www.reddit.com/r/rust/)
2121

2222
#### I am unable to solve so-and-so question, why ?

src/RESOURCES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Some of the sources that might help you in learning [Rust](https://www.rust-lang.org/)
44

5-
* [The rust book (main)](https://doc.rust-lang.org/book/2018-edition/index.html) - It is the main book and should be your companion till the end
5+
* [The rust book (main)](https://doc.rust-lang.org/book/index.html) - It is the main book and should be your companion till the end
66
* [A gentle introduction to rust](https://stevedonovan.github.io/rust-gentle-intro/readme.html)
77
* [Learning Rust](https://learning-rust.github.io)
88
* [The official site for Documentation](https://www.rust-lang.org/en-US/documentation.html)

0 commit comments

Comments
 (0)