From 04ca70744341bf076b35034f2f805df4237a35ee Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Sat, 6 Jan 2007 13:03:21 -0500 Subject: [PATCH] Correct download link --- docs/docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.js b/docs/docs.js index efd6d3f..e5944f8 100644 --- a/docs/docs.js +++ b/docs/docs.js @@ -23,7 +23,7 @@ window.onload=function() { p = document.createElement('p'); var a = document.createElement('a'); - a.setAttribute('href',base+'index.html'); + a.setAttribute('href',base); a.appendChild(document.createTextNode('Download')); p.appendChild(a); p.appendChild(document.createTextNode(" \u00b7 "));