Fix URLs a bit
This commit is contained in:
committed by
Justin Fagnani
parent
208789fa73
commit
817f502dfa
@@ -1,9 +1,9 @@
|
||||
module.exports = function(data) {
|
||||
return `
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/examples/">Examples</a>
|
||||
<a href="/api/">API</a>
|
||||
<a href="/install/">Install</a>
|
||||
<a href="../">Home</a>
|
||||
<a href="../examples/">Examples</a>
|
||||
<a href="../api/">API</a>
|
||||
<a href="../install/">Install</a>
|
||||
</nav>`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user