Skip to content

Commit

Permalink
Removed LibreX. Added LibreY #871
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Jan 31, 2024
1 parent 9cf2b97 commit 3feaaa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/assets/javascripts/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function redirect(url, type, initiator, forceRedirection, incognito) {
}
return randomInstance
}
case "librex": {
case "librey": {
return `${randomInstance}/search.php${url.search}`
}
case "send": {
Expand Down
6 changes: 3 additions & 3 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,10 +886,10 @@
"instanceList": true,
"url": "https://benbusby.com/projects/whoogle-search/"
},
"librex": {
"name": "LibreX",
"librey": {
"name": "LibreY",
"instanceList": true,
"url": "https://github.com/hnhx/librex"
"url": "https://github.com/Ahwxorg/librey/"
},
"4get": {
"name": "4get",
Expand Down

0 comments on commit 3feaaa0

Please sign in to comment.