1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: fix link to home in html api
Forwarded: not needed, in conflict with the meaning of home page
Last-Update: 2022-11-06
Author: Jérémy Lal <kapouer@melix.org>
--- a/doc/template.html
+++ b/doc/template.html
@@ -28,7 +28,7 @@
<div id="content" class="clearfix">
<div role="navigation" id="column2" class="interior">
<div id="intro" class="interior">
- <a href="/" title="Go back to the home page">
+ <a href="index.html" title="Go back to the home page">
Node.js
</a>
</div>
|