fix(metrics/insights): bad GitHub Linguist link (#1277)

Co-authored-by: Maston <MastonDZN@users.noreply.github.com>
This commit is contained in:
Maston
2022-11-06 05:24:43 +02:00
committed by GitHub
parent fc5446556f
commit 0f720e8352

View File

@@ -314,7 +314,7 @@
<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) }}.
<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>
</p>
<div class="list">