From 08130d85dfe93fb458fc6553f20b618fae38232f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 8 Sep 2016 13:32:21 -0700 Subject: [PATCH] fix(api-builder): remove line number from the github source link this info is not interesting to the reader. --- .../angular.io-package/templates/lib/githubLinks.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/api-builder/angular.io-package/templates/lib/githubLinks.html b/tools/api-builder/angular.io-package/templates/lib/githubLinks.html index 4bf27cd15c..36ec6d0576 100644 --- a/tools/api-builder/angular.io-package/templates/lib/githubLinks.html +++ b/tools/api-builder/angular.io-package/templates/lib/githubLinks.html @@ -3,5 +3,5 @@ https://github.com/{$ versionInfo.gitRepoInfo.owner $}/{$ versionInfo.gitRepoInf {%- endmacro %} {% macro githubViewLink(doc) -%} - {$ doc.fileInfo.projectRelativePath $} (line {$ doc.location.start.line+1 $}) -{%- endmacro %} \ No newline at end of file + {$ doc.fileInfo.projectRelativePath $} +{%- endmacro %}