This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ include ../_util-fns
7676 There are a few rules in particular that will make it much easier to do
7777 *an incremental upgrade* using the Angular 2 `upgrade` module:
7878
79- * The [Rule of 1](https://github.com/johnpapa/angular-styleguide#single-responsibility)
79+ * The [Rule of 1](https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md #single-responsibility)
8080 states that there should be one component per file. This not only makes
8181 components easy to navigate and find, but will also allow us to migrate
8282 them between languages and frameworks one at a time. In this example application,
8383 each controller, factory, and filter is in its own source file.
84- * The [Folders-by-Feature Structure](https://github.com/johnpapa/angular-styleguide#style-y152 )
85- and [Modularity](https://github.com/johnpapa/angular-styleguide#modularity)
84+ * The [Folders-by-Feature Structure](https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#folders-by-feature-structure )
85+ and [Modularity](https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md #modularity)
8686 rules define similar principles on a higher level of abstraction: Different parts of the
8787 application should reside in different directories and Angular modules.
8888
You can’t perform that action at this time.
0 commit comments