From 9d44ae3d32628b765c12a2ad50bbc5b7398a8e6d Mon Sep 17 00:00:00 2001 From: ericmartinezr Date: Tue, 18 Aug 2015 12:40:38 -0300 Subject: [PATCH] fix(docs) Added more readable links Follows https://github.com/angular/angular/pull/3677 I hope this works. --- modules/angular2/src/core/compiler/view_ref.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/angular2/src/core/compiler/view_ref.ts b/modules/angular2/src/core/compiler/view_ref.ts index 3dcebaccc3..ef7326a0e6 100644 --- a/modules/angular2/src/core/compiler/view_ref.ts +++ b/modules/angular2/src/core/compiler/view_ref.ts @@ -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. *