Skip to content

Commit

Permalink
Corrige url busca
Browse files Browse the repository at this point in the history
  • Loading branch information
adammacias committed Sep 12, 2018
1 parent 418979f commit ba8b584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.1/assets/js/src/search.js
Expand Up @@ -23,7 +23,7 @@
var url = suggestion.url
url = suggestion.isLvl1 ? url.split('#')[0] : url
// If it's a title we remove the anchor so it does not jump.
window.location.href = url
window.location.href = url.replace('.com', '.com.br')
},
transformData: function (hits) {
return hits.map(function (hit) {
Expand Down

0 comments on commit ba8b584

Please sign in to comment.