Skip to content

Commit fa84264

Browse files
authored
Merge pull request #67 from dynamsoft-docs/Jenny
Update search-page.html
2 parents 9d5ade7 + 43e43a5 commit fa84264

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/search-page.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ <h1>Search</h1>
213213
var arr = link.split("?")
214214
if(arr[1].indexOf("#") > 0) {
215215
var subArr = arr[1].split("#")
216-
link = link +"?product=dbr&repoType="+ repoType +"&" + arr[1]
216+
link = link +"?product=ddn&repoType="+ repoType +"&" + arr[1]
217217
} else {
218-
link = link + "&product=dbr&repoType=" + repoType
218+
link = link + "&product=ddn&repoType=" + repoType
219219
}
220220
} else {
221-
link = link + "?product=dbr&repoType=" + repoType
221+
link = link + "?product=ddn&repoType=" + repoType
222222
}
223223
}
224224
window.location.href = link

0 commit comments

Comments
 (0)