docs(core): fix links in core docs

This commit is contained in:
vsavkin
2015-10-11 14:42:36 -07:00
parent 52ebb8f0dd
commit 62005dd127
3 changed files with 7 additions and 5 deletions

View File

@ -580,7 +580,7 @@ export var Input: InputFactory = makePropDecorator(InputMetadata);
/**
* {@link OutputMetadata} factory function.
*
* See {@link OutputMetadatas}.
* See {@link OutputMetadata}.
*/
export var Output: OutputFactory = makePropDecorator(OutputMetadata);