fix(metrics/insights): bad GitHub Linguist link (#1277)
Co-authored-by: Maston <MastonDZN@users.noreply.github.com>
This commit is contained in:
@@ -314,7 +314,7 @@
|
|||||||
<p>
|
<p>
|
||||||
<b>{{ user }}</b> has used {{ languages.length }} different language{{ format("plural", languages.length) }} for a total of {{ format("number", languages.total) }} byte{{ format("plural", languages.total) }}.
|
<b>{{ user }}</b> has used {{ languages.length }} different language{{ format("plural", languages.length) }} for a total of {{ format("number", languages.total) }} byte{{ format("plural", languages.total) }}.
|
||||||
<small class="footnote">
|
<small class="footnote">
|
||||||
Note that these numbers are based on results produced by <a href="github.com/github/linguist">GitHub linguist</a> from repositories owned by <b>{{ user }}</b> and that they may not be entirely accurate.
|
Note that these numbers are based on results produced by <a href="https://github.com/github/linguist">GitHub linguist</a> from repositories owned by <b>{{ user }}</b> and that they may not be entirely accurate.
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
<div class="list">
|
<div class="list">
|
||||||
|
|||||||
Reference in New Issue
Block a user