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

Commit 952225f

Browse files
committed
doc:dependencies: add /api/ prefix to dependency links
1 parent 35f9f52 commit 952225f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ngdoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Doc.prototype = {
236236
}
237237
dom.h('Dependencies', self.requires, function(require){
238238
dom.tag('code', function(){
239-
dom.tag('a', {href:"#!angular.service." + require.name}, require.name);
239+
dom.tag('a', {href:"#!/api/angular.service." + require.name}, require.name);
240240
});
241241
dom.html(require.text);
242242
});

0 commit comments

Comments
 (0)