From 0c282e826a3e35e6b6aa2dd430f899d159eaf458 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Mon, 15 Jun 2015 21:59:52 +0100 Subject: [PATCH] chore(doc-gen): ensure github links have the correct text --- docs/dgeni-package/templates/lib/githubLinks.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dgeni-package/templates/lib/githubLinks.html b/docs/dgeni-package/templates/lib/githubLinks.html index f0f9d3316d..574656542f 100644 --- a/docs/dgeni-package/templates/lib/githubLinks.html +++ b/docs/dgeni-package/templates/lib/githubLinks.html @@ -1,3 +1,3 @@ {% macro githubViewLink(doc) -%} - + {$ doc.fileInfo.relativePath $} (line {$ doc.location.start.line+1 $}) {%- endmacro -%}