We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f5ddd commit e9eaee8Copy full SHA for e9eaee8
_layouts/search-page.html
@@ -316,12 +316,12 @@ <h1>Search</h1>
316
var arr = link.split("?")
317
if(arr[1].indexOf("#") > 0) {
318
var subArr = arr[1].split("#")
319
- link = link +"?product=dbr&repoType="+ repoType +"&" + arr[1]
+ link = link +"?product=dlr&repoType="+ repoType +"&" + arr[1]
320
} else {
321
- link = link + "&product=dbr&repoType=" + repoType
+ link = link + "&product=dlr&repoType=" + repoType
322
}
323
324
- link = link + "?product=dbr&repoType=" + repoType
+ link = link + "?product=dlr&repoType=" + repoType
325
326
327
window.location.href = link
0 commit comments