]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: fix glossary link.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 5 Nov 2011 07:05:58 +0000 (00:05 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 5 Nov 2011 07:05:58 +0000 (00:05 -0700)
basis/help/html/html.factor

index 535fdd43b6e08bdff16d168be47bb356f663f8f5..6834ba2e5114d4c57a4d02f24ecea62475b56594 100644 (file)
@@ -42,11 +42,12 @@ M: topic url-of topic>filename ;
     [XML <style><-></style> XML] ;
 
 : help-navbar ( -- xml )
+    "conventions" >link topic>filename
     [XML
         <div class="navbar">
         <b> Factor Documentation </b> |
         <a href="/">Home</a> |
-        <a href="article-conventions.html">Glossary</a> |
+        <a href=<->>Glossary</a> |
         <form method="get" action="/search" style="display:inline;">
             <input name="search" type="text"/>
             <button type="submit">Search</button>