docs(chore): fix bad links in the API docs

This commit is contained in:
Naomi Black
2015-09-16 23:28:16 -07:00
parent a588d4894b
commit 563fffd9b0
4 changed files with 6 additions and 5 deletions

View File

@ -148,7 +148,7 @@ export interface DirectiveFactory {
}
/**
* {@link ComponentAnnotation} factory for creating annotations, decorators or DSL.
* {@link ComponentMetadata} factory for creating annotations, decorators or DSL.
*
* ## Example as TypeScript Decorator
*
@ -220,7 +220,7 @@ export interface ComponentFactory {
}
/**
* {@link ViewAnnotation} factory for creating annotations, decorators or DSL.
* {@link ViewMetadata} factory for creating annotations, decorators or DSL.
*
* ## Example as TypeScript Decorator
*