Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9091b77

Browse files
committed
docs(guide/unit-testing): fix link
1 parent 849f998 commit 9091b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/unit-testing.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ replaced the content and "lidless, wreathed in flame, 2 times" is present.
340340
### Testing Directives With External Templates
341341

342342
If your directive uses `templateUrl`, consider using
343-
{@link https://github.com/karma-runner/karma-ng-html2js-preprocessor karma-ng-html2js-preprocessor}
343+
[karma-ng-html2js-preprocessor](https://github.com/karma-runner/karma-ng-html2js-preprocessor)
344344
to pre-compile HTML templates and thus avoid having to load them over HTTP during test execution.
345345
Otherwise you may run into issues if the test directory hierarchy differs from the application's.
346346

0 commit comments

Comments
 (0)