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 %}