docs(plugins/community): fix path
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
const cells = [["even", elements[i]], ["odd", elements[i+1]]]
|
const cells = [["even", elements[i]], ["odd", elements[i+1]]]
|
||||||
for (const [cell, [plugin, {name, readme}]] of cells) {
|
for (const [cell, [plugin, {name, readme}]] of cells) {
|
||||||
if (cell === "even") { %> <tr><% } %>
|
if (cell === "even") { %> <tr><% } %>
|
||||||
<th><% if (plugin) { %><a href="source/plugins/community/<%= plugin %>/README.md"><%= name -%></a><% } %></th><%
|
<th><% if (plugin) { %><a href="/source/plugins/community/<%= plugin %>/README.md"><%= name -%></a><% } %></th><%
|
||||||
if (cell === "odd") { %>
|
if (cell === "odd") { %>
|
||||||
</tr>
|
</tr>
|
||||||
<% }}
|
<% }}
|
||||||
|
|||||||
Reference in New Issue
Block a user