diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index b570c0b7af4f..559eb85d91e8 100644 --- a/cui/source/options/personalization.cxx +++ b/cui/source/options/personalization.cxx @@ -155,7 +155,7 @@ IMPL_LINK_TYPED( SelectPersonaDialog, SearchPersonas, Button*, pButton, void ) return; // 15 results so that invalid and duplicate search results whose names can't be retrieved can be skipped - OUString rSearchURL = "https://services.addons.allizom.org/en-US/firefox/api/1.5/search/" + searchTerm + "/9/15"; + OUString rSearchURL = "https://services.addons.mozilla.org/en-US/firefox/api/1.5/search/" + searchTerm + "/9/15"; if ( searchTerm.startsWith( "https://addons.mozilla.org/" ) ) {