Skip to content

Fixes handbook links. #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _app/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <%= projectName %> [![built with choo v3](https://img.shields.io/badge/built%20with%20choo-v3-ffc3e4.svg?style=flat-square)](https://github.com/yoshuawuyts/choo)

Choo-cli created a directory structure that [we've found to be optimal](https://github.com/yoshuawuyts/choo-handbook/blob/master/guides/designing-for-reusability.md) for slim
Choo-cli created a directory structure that [we've found to be optimal](https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html) for slim
applications and reusability.

```txt
Expand Down
2 changes: 1 addition & 1 deletion _app/assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

here's a nice place to put your images and fonts, if you have any.

More information: https://github.com/yoshuawuyts/choo-handbook/blob/master/guides/designing-for-reusability.md
More information: https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html
2 changes: 1 addition & 1 deletion _app/elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Standalone application-specific elements.

More information: https://github.com/yoshuawuyts/choo-handbook/blob/master/guides/designing-for-reusability.md
More information: https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html

### Generate

Expand Down
2 changes: 1 addition & 1 deletion _app/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Generalized components, should be moved out of project later

More information: https://github.com/yoshuawuyts/choo-handbook/blob/master/guides/designing-for-reusability.md
More information: https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html
2 changes: 1 addition & 1 deletion _app/models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Choo Models go here.

More information: https://github.com/yoshuawuyts/choo-handbook/blob/master/guides/designing-for-reusability.md
More information: https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html

### Generate

Expand Down
2 changes: 1 addition & 1 deletion _app/pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Views that are directly mounted on the router

More information: https://github.com/yoshuawuyts/choo-handbook/blob/master/guides/designing-for-reusability.md
More information: https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html

### Generate

Expand Down
2 changes: 1 addition & 1 deletion _app/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

shell scripts, to be interfaced with through `npm scripts`

More information: https://github.com/yoshuawuyts/choo-handbook/blob/master/guides/designing-for-reusability.md
More information: https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html