Skip to content

Commit 564a0aa

Browse files
committed
core: make links a bit more readable
1 parent cb22812 commit 564a0aa

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Table of contents:
8282
* [Angular 2 Universal Repository (GitHub)](https://github.com/angular/universal)
8383

8484
#### Angular 2 Cheatsheet
85-
* [docs] [TypeScript/Babel API Cheatsheet](https://docs.google.com/document/d/19jHbsXeYj2QiZ-cGS_mA3nyaU86gLeonjU2Tfzm1J5Y/mobilebasic)
86-
* [docs] [Dart API Cheatsheet](https://docs.google.com/document/d/1FYyA-b9rc2UtlYyQXjW7lx4Y08MSpuWcbbuqVCxHga0/edit#heading=h.34sus6g4zss3)
87-
* [github] [Angular2 Dart cheatsheet](https://github.com/andresaraujo/angular2_cheatsheet_dart)
85+
* [TypeScript/Babel API Cheatsheet](https://docs.google.com/document/d/19jHbsXeYj2QiZ-cGS_mA3nyaU86gLeonjU2Tfzm1J5Y/mobilebasic)
86+
* [Dart API Cheatsheet](https://docs.google.com/document/d/1FYyA-b9rc2UtlYyQXjW7lx4Y08MSpuWcbbuqVCxHga0/edit#heading=h.34sus6g4zss3)
87+
* [Angular2 Dart cheatsheet](https://github.com/andresaraujo/angular2_cheatsheet_dart)
8888

8989
#### Angular 2 Tutorials
9090

@@ -132,10 +132,10 @@ Table of contents:
132132
* [The difference between Annotations and Decorators](http://blog.thoughtram.io/angular/2015/05/03/the-difference-between-annotations-and-decorators.html)
133133

134134
#### Angular 2 Integrations
135-
* [video] [FalcorJS + Angular2](https://youtu.be/z8UgDZ4rXBU)
135+
* [FalcorJS + Angular2 (Video)](https://youtu.be/z8UgDZ4rXBU)
136136
* [Angular2-Meteor](http://angular-meteor.com/angular2)
137-
* [github] [nativescript-angular](https://github.com/NativeScript/nativescript-angular)
138-
* [github] https://github.com/angular/react-native-renderer
137+
* [nativescript-angular](https://github.com/NativeScript/nativescript-angular)
138+
* [react-native-renderer](https://github.com/angular/react-native-renderer)
139139

140140
### Angular 2 Components
141141
* [Axponents: of Accessible Web Components (Dylan Barrell)](https://github.com/dylanb/Axponents/tree/master/angular2)
@@ -153,10 +153,10 @@ Table of contents:
153153
> Universal (isomorphic) javascript support for Angular 2
154154
155155
#### Universal General Resources
156-
* [github] [Universal Angular 2 GitHub Repo](https://github.com/angular/universal)
156+
* [Universal Angular 2 Repository (GitHub)](https://github.com/angular/universal)
157157

158158
#### Universal Seed Projects
159-
* [github] [fullstack-angular2-starter](https://github.com/angular-class/fullstack-angular2-starter) - Fullstack Angular 2 starter kit by @Angular-Class
159+
* [fullstack-angular2-starter](https://github.com/angular-class/fullstack-angular2-starter) - Fullstack Angular 2 starter kit by @Angular-Class
160160

161161
### Angular 2 in TypeScript
162162
> TypeScript lets you write JavaScript the way you really want to.

0 commit comments

Comments
 (0)