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

Commit

Permalink
doc:dependencies: add /api/ prefix to dependency links
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Jul 2, 2011
1 parent 35f9f52 commit 952225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ngdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ Doc.prototype = {
}
dom.h('Dependencies', self.requires, function(require){
dom.tag('code', function(){
dom.tag('a', {href:"#!angular.service." + require.name}, require.name);
dom.tag('a', {href:"#!/api/angular.service." + require.name}, require.name);
});
dom.html(require.text);
});
Expand Down

0 comments on commit 952225f

Please sign in to comment.