fix: 链接错误(#347)

This commit is contained in:
Zhicheng WANG 2018-12-20 09:54:34 +08:00
parent b35507471e
commit 577a18e2ac

View File

@ -3,7 +3,7 @@
{%- endmacro %}
{% macro githubViewHref(doc, versionInfo) -%}
https://github.com/angluar/angular-cn/tree/{$ versionInfo.currentVersion.isSnapshot and versionInfo.currentVersion.SHA or versionInfo.currentVersion.raw $}/packages/{$ doc.fileInfo.realProjectRelativePath $}#L{$ doc.startingLine + 1 $}-L{$ doc.endingLine + 1 $}
https://github.com/angular/angular-cn/tree/{$ versionInfo.currentVersion.isSnapshot and versionInfo.currentVersion.SHA or versionInfo.currentVersion.raw $}/packages/{$ doc.fileInfo.realProjectRelativePath $}#L{$ doc.startingLine + 1 $}-L{$ doc.endingLine + 1 $}
{%- endmacro %}
{% macro githubEditHref(doc, versionInfo) -%}