From d6bfa30b3575ae67a2a8706044feda224473f55f Mon Sep 17 00:00:00 2001 From: Klaus Agnoletti <24544601+klausagnoletti@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:33:11 +0100 Subject: [PATCH] Update URL in README.md [skip ci] (#1200) Updated URL pointing to how to set as default search engine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 529a791..cb10a3a 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ heroku container:release web heroku open ``` -This series of commands can take a while, but once you run it once, you shouldn't have to run it again. The final command, `heroku open` will launch a tab in your web browser, where you can test out Whoogle and even [set it as your primary search engine](https://github.com/benbusby/whoogle#set-whoogle-as-your-primary-search-engine). +This series of commands can take a while, but once you run it once, you shouldn't have to run it again. The final command, `heroku open` will launch a tab in your web browser, where you can test out Whoogle and even [set it as your primary search engine](https://github.com/benbusby/whoogle-search#set-whoogle-as-your-primary-search-engine). You may also edit environment variables from your app’s Settings tab in the Heroku Dashboard. ___