fix help start path
svn: r8302
This commit is contained in:
parent
05434ec54d
commit
4e2951c2bc
|
@ -18,7 +18,7 @@
|
|||
[send-main-page (-> void?)])
|
||||
|
||||
(define (send-main-page)
|
||||
(let ([dest-path (build-path (find-doc-dir) "start" "index.html")])
|
||||
(let ([dest-path (build-path (find-doc-dir) "index.html")])
|
||||
(send-url (format "file://~a" (path->string dest-path)))))
|
||||
|
||||
;; if there is exactly one exact match for this search key, go directly
|
||||
|
|
Loading…
Reference in New Issue
Block a user