Skip to content

Commit

Permalink
fix(docs) Added more readable links
Browse files Browse the repository at this point in the history
Follows angular#3677

I hope this works.
  • Loading branch information
ericmartinezr authored and mhevery committed Aug 21, 2015
1 parent d2d0715 commit 9d44ae3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/angular2/src/core/compiler/view_ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export class ViewRef implements HostViewRef {
* A reference to an Angular ProtoView.
*
* A ProtoView is a reference to a template for easy creation of views.
* (See {@link AppViewManager#createViewInContainer} and {@link AppViewManager#createRootHostView}).
* (See {@link AppViewManager#createViewInContainer `AppViewManager#createViewInContainer`} and
* {@link AppViewManager#createRootHostView `AppViewManager#createRootHostView`}).
*
* A `ProtoView` is a factory for creating `View`s.
*
Expand Down

0 comments on commit 9d44ae3

Please sign in to comment.