Skip to content

Commit 8e0aec1

Browse files
authored
docs(readme): fix gen docs links
fixes #2525
1 parent 4ce0d78 commit 8e0aec1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Diff for: readme.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -79,27 +79,27 @@ yo angular-fullstack
7979
Available generators:
8080

8181
* App
82-
- [angular-fullstack](/docs/generators/app.md) (aka [angular-fullstack:app](/docs/generators/app.md))
82+
- [angular-fullstack](https://angular-fullstack.github.io/generators/app/) (aka [angular-fullstack:app](https://angular-fullstack.github.io/generators/app/))
8383
* Server Side
84-
- [angular-fullstack:endpoint](/docs/generators/endpoint.md)
84+
- [angular-fullstack:endpoint](https://angular-fullstack.github.io/generators/endpoint)
8585
* Client Side (via [generator-ng-component](https://github.com/DaftMonk/generator-ng-component))
86-
- [angular-fullstack:route](/docs/generators/route.md)
87-
- [angular-fullstack:component](/docs/generators/component.md)
88-
- [angular-fullstack:controller](/docs/generators/controller.md)
89-
- [angular-fullstack:filter](/docs/generators/filter.md)
90-
- [angular-fullstack:directive](/docs/generators/directive.md)
91-
- [angular-fullstack:service](/docs/generators/service.md)
92-
- [angular-fullstack:provider](/docs/generators/service.md)
93-
- [angular-fullstack:factory](/docs/generators/service.md)
94-
- [angular-fullstack:decorator](/docs/generators/decorator.md)
86+
- [angular-fullstack:route](https://angular-fullstack.github.io/generators/route)
87+
- [angular-fullstack:component](https://angular-fullstack.github.io/generators/component)
88+
- [angular-fullstack:controller](https://angular-fullstack.github.io/generators/controller)
89+
- [angular-fullstack:filter](https://angular-fullstack.github.io/generators/filter)
90+
- [angular-fullstack:directive](https://angular-fullstack.github.io/generators/directive)
91+
- [angular-fullstack:service](https://angular-fullstack.github.io/generators/service)
92+
- [angular-fullstack:provider](https://angular-fullstack.github.io/generators/service)
93+
- [angular-fullstack:factory](https://angular-fullstack.github.io/generators/service)
94+
- [angular-fullstack:decorator](https://angular-fullstack.github.io/generators/decorator)
9595
* Deployment
96-
- [angular-fullstack:openshift](/docs/generators/openshift.md)
97-
- [angular-fullstack:heroku](/docs/generators/heroku.md)
96+
- [angular-fullstack:openshift](https://angular-fullstack.github.io/generators/openshift)
97+
- [angular-fullstack:heroku](https://angular-fullstack.github.io/generators/heroku)
9898

9999

100100
## Documentation
101101

102-
Check out our [documentation home page](http://angular-fullstack.github.io/generator-angular-fullstack).
102+
Check out our [documentation home page](http://angular-fullstack.github.io/).
103103

104104

105105
## Contribute

0 commit comments

Comments
 (0)