Fix paths indexed in search index

This commit is contained in:
Samy Pessé
2015-01-23 16:17:04 +01:00
parent c47166d700
commit a964e19715
+1 -1
View File
@@ -433,7 +433,7 @@ Book.prototype.indexPage = function(page) {
if (!nav) return;
this.searchIndex.add({
url: page.path,
url: this.contentLink(page.path),
title: nav.title,
body: pageUtil.extractText(page.sections),
});