Numbered the chapter folders so that they're listed in order.#119
Numbered the chapter folders so that they're listed in order.#119bmispelon wants to merge 2 commits intoDjangoGirls:masterfrom
Conversation
|
Ahh! What I've been meaning to change for the longest time is the name of the first chapter, which should read "how the internet works" (or, alternatively/when asked as a question, "how does the internet work"). |
|
Come to think of it, this might create some broken links if people have linked to specific chapters directly :( I'm not sure if there's a way to fix that. Maybe a gitbook plugin to add redirects? |
6ce8339 to
d826464
Compare
|
@bmispelon I think it's best to do it now and don't worry too much about broken links. |
Thanks to @kerstin for the suggestion.
d826464 to
2513f4f
Compare
|
I've rebased the pull request on top of the latest master and added a commit to rename the first chapter as per @kerstin 's suggestion. |
|
Coolio! 🍬 |
|
Giving the current number of headaches this change would gave us, I am just going to close this PR. Ok @bmispelon ? |
I grew tired of constantly referring to
SUMMARY.mdto figure out the order of the chapters and decided to bite the bullet.I used the following renames:
And fixed the few links in some of the chapters (found with
git grep README).