Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1184b57

Browse files
Yonetwardbell
authored andcommitted
docs: update to style-guide links
closes #995 Fixed links to John Papa style guide to new repo location.
1 parent 185f9a7 commit 1184b57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/guide/upgrade.jade

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)