diff --git a/search/index.html b/search/index.html
index 3b33510e..8bce8fc6 100644
--- a/search/index.html
+++ b/search/index.html
@@ -23,7 +23,7 @@ title: Search Results
"title": "{{article.title | xml_escape}}",
"tags": "{{article.tags | join: ', ' | xml_escape}}",
"content": {{article.content | strip_html | strip_newlines | jsonify}},
- "url": "{{article.url | xml_escape}}"
+ "url": "{{site.baseurl}}{{article.url | xml_escape}}"
}
{% unless forloop.last %},{% endunless %}
{% endif %}