We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28fb13f commit ec839cdCopy full SHA for ec839cd
readthedocs/core/static-src/core/js/doc-embed/search.js
@@ -38,9 +38,9 @@ function attach_elastic_search_query(data) {
38
var list_item = $('<li style="display: none;"></li>');
39
40
// Creating the result from elements
41
- var link = doc.link + '?highlight=' + $.urlencode(query);
+ var url = doc.url + '?highlight=' + $.urlencode(query);
42
43
- var item = $('<a>', {'href': link});
+ var item = $('<a>', {'href': url});
44
item.html(doc.title);
45
list_item.append(item);
46
0 commit comments