fix(docs): fix improve and view source links in docs

This commit is contained in:
Tim Lancina
2015-09-10 14:39:44 -05:00
parent 5afbccca38
commit e70776b592

View File

@ -68,11 +68,11 @@ docType: "<$ doc.docType $>"
<@ block body @>
<div class="improve-docs">
<a href='http://github.com/driftyco/ionic/tree/master/<$ doc.relativePath $>#L<$ doc.startingLine $>'>
<a href='http://github.com/driftyco/ionic2/tree/master/<$ doc.fileInfo.relativePath $>#L<$ doc.location.start.line $>'>
View Source
</a>
&nbsp;
<a href='http://github.com/driftyco/ionic/edit/master/<$ doc.relativePath $>#L<$ doc.startingLine $>'>
<a href='http://github.com/driftyco/ionic2/edit/master/<$ doc.fileInfo.relativePath $>#L<$ doc.location.start.line $>'>
Improve this doc
</a>
</div>