From 0fd935332eca499f1c18ad6b9fef265d62d76061 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 9 Sep 2016 21:00:06 +0200 Subject: local theindex path is accepted too by browsers --- tools/dochack/dochack.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/dochack') diff --git a/tools/dochack/dochack.nim b/tools/dochack/dochack.nim index fbfbea007..79a0e7482 100644 --- a/tools/dochack/dochack.nim +++ b/tools/dochack/dochack.nim @@ -241,7 +241,7 @@ proc dosearch(value: cstring): Element = var stuff: Element {.emit: """ var request = new XMLHttpRequest(); - request.open("GET", "http://nim-lang.org/0.15.0/theindex.html", false); + request.open("GET", "theindex.html", false); request.send(null); var doc = document.implementation.createHTMLDocument("theindex"); -- cgit 1.4.1-2-gfad0