about summary refs log tree commit diff
path: root/src/doc/book/learn-rust.md
AgeCommit message (Collapse)AuthorLines
2016-01-25Replace link to learn-rust in the bookOliver Middleton-9/+0
It was removed in #30595. Also delete the old learn-rust.md.
2016-01-06Be consistent about what is a "chapter" versus a "section"Michael F. Lamb-1/+1
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+9
The book was located under 'src/doc/trpl' because originally, it was going to be hosted under that URL. Late in the game, before 1.0, we decided that /book was a better one, so we changed the output, but not the input. This causes confusion for no good reason. So we'll change the source directory to look like the output directory, like for every other thing in src/doc.