aboutsummaryrefslogtreecommitdiffstats
path: root/docs/publish.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-01-15 21:34:41 +0000
committerYann Herklotz <git@yannherklotz.com>2021-01-15 21:34:41 +0000
commit6a892863d6e88fb4ce889007f98f2acb1a27c381 (patch)
treeb1d3335176f29febfcc58790e9ae2fe8bdd9daad /docs/publish.el
parent90c7fd8d23881e3f120fd003537b0bd86d81ab40 (diff)
downloadvericert-kvx-6a892863d6e88fb4ce889007f98f2acb1a27c381.tar.gz
vericert-kvx-6a892863d6e88fb4ce889007f98f2acb1a27c381.zip
Update website
Diffstat (limited to 'docs/publish.el')
-rw-r--r--docs/publish.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/publish.el b/docs/publish.el
index 930023c..0d6d2da 100644
--- a/docs/publish.el
+++ b/docs/publish.el
@@ -16,14 +16,14 @@
(defvar vericert/site-attachments nil)
(defvar vericert/base "")
-(setq vericert/base "/vericert")
+(setq vericert/base "")
(setq vericert/header (concat "<div id=\"left-bar\">
<header id=\"header\" class=\"status\">
<div class=\"logo\"><a href=\"" vericert/base "\">Vericert</a></div>
<nav id=\"navbar\">
-<span><a href=\"" vericert/base "/documentation.html\">Documentation</a></span>
-<span><a href=\"" vericert/base "/proof/toc.html\">Proof</a></span>
+<span><a href=\"" vericert/base "/docs/\">Documentation</a></span>
+<span><a href=\"" vericert/base "/proof/\">Proof</a></span>
</nav>
<p>Vericert is the first formally verified high-level synthesis tool.</p>
</header>