Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Fix /libraries path bug in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankirkman committed May 26, 2015
1 parent f2f4e5b commit a80622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/main.js
Expand Up @@ -90,7 +90,7 @@
}
var row = '<tr id="' + hit.objectID + '">' +
'<td>' +
'<p><a itemprop="name" href="libraries/'+ hit.name + '">' +
'<p><a itemprop="name" href="/libraries/'+ hit.name + '">' +
hit._highlightResult.name.value +
'</a></p>' +
'<p class="text-muted">' + (hit._highlightResult.description && hit._highlightResult.description.value) + '</p>' +
Expand Down

0 comments on commit a80622b

Please sign in to comment.