aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html
diff options
context:
space:
mode:
Diffstat (limited to 'haddock-api/resources/html')
-rw-r--r--haddock-api/resources/html/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock-api/resources/html/index.js b/haddock-api/resources/html/index.js
index 109a106b..fccd0349 100644
--- a/haddock-api/resources/html/index.js
+++ b/haddock-api/resources/html/index.js
@@ -80,7 +80,7 @@ var App = createClass({
activeLinkIndex: -1,
moduleResults: []
});
- loadJSON("doc-index.json", function(data) {
+ loadJSON(baseUrl + "/doc-index.json", function(data) {
self.setState({
fuse: new Fuse(data, {
threshold: 0.4,