Skip to content

Commit ad26bf6

Browse files
Merge pull request #2 from zigomir/fix-handbook-link
Fixes handbook links.
2 parents 0373765 + 60cdfc7 commit ad26bf6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

_app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <%= projectName %> [![built with choo v3](https://img.shields.io/badge/built%20with%20choo-v3-ffc3e4.svg?style=flat-square)](https://github.com/yoshuawuyts/choo)
22

3-
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
3+
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
44
applications and reusability.
55

66
```txt

_app/assets/README.md

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

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

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

_app/elements/README.md

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

33
Standalone application-specific elements.
44

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

77
### Generate
88

_app/lib/README.md

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

33
Generalized components, should be moved out of project later
44

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

_app/models/README.md

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

33
Choo Models go here.
44

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

77
### Generate
88

_app/pages/README.md

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

33
Views that are directly mounted on the router
44

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

77
### Generate
88

_app/scripts/README.md

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

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

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

0 commit comments

Comments
 (0)