docs: fix broken links [skip ci]

This commit is contained in:
lowlighter
2022-01-15 00:24:30 -05:00
parent 20f3f4c869
commit 13330fc58d
2 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-%>
<tr>
<th colspan="2" align="center">
<a href="/source/plugins/README.md">🧩 Customizable with <%= Object.entries(plugins).filter(([key, value]) => (value)&&(!["base", "core"].includes(key))).length %> plugins and <%= Object.entries(descriptor.inputs).length %> options!</a>
<h3><a href="/source/plugins/README.md">🧩 Customizable with <%= Object.entries(plugins).filter(([key, value]) => (value)&&(!["base", "core"].includes(key))).length %> plugins and <%= Object.entries(descriptor.inputs).length %> options!</a></h3>
</th>
</tr>
<% if (elements.length%2)
@@ -49,7 +49,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-%>
<tr>
<th colspan="2" align="center">
<a href="/source/templates/README.md">🖼️ And even more with <%= elements.length %>+ templates!</a>
<h3><a href="/source/templates/README.md">🖼️ And even more with <%= elements.length %>+ templates!</a></h3>
</th>
</tr>
<% if (elements.length%2)