Browse Source

docs: Fix category header URLs

Renée Kooi 6 years ago
parent
commit
59ec7373c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      website/themes/uppy/layout/partials/sidebar.ejs

+ 1 - 1
website/themes/uppy/layout/partials/sidebar.ejs

@@ -36,7 +36,7 @@ var categories = [
         <% if (category) { %>
           <li>
             <% if (category.link) { %>
-              <h3><a href="<%- category.path %>"><%- category.name %></a></h3>
+              <h3><a href="/<%- category.path %>"><%- category.name %></a></h3>
             <% } else { %>
               <h3><%- category.name %></h3>
             <% } %>