mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Ide: Fix codeproject search link.
This commit is contained in:
parent
e69c9eb859
commit
4193ef4f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ void SearchEnginesDefaultSetup()
|
|||
{ "C++ reference", "https://en.cppreference.com/mwiki/index.php?search=%s" },
|
||||
{ "Wikipedia", "https://en.wikipedia.org/w/index.php?search=%s" },
|
||||
{ "GitHub", "https://github.com/search?q=%s" },
|
||||
{ "CodeProject", "https://www.codeproject.com/search.aspx?q=%s" },
|
||||
{ "CodeProject", "https://www.codeproject.com/search?q=%s" },
|
||||
{ "WolframAlpha", "https://www.wolframalpha.com/input/?i=%s" },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue