Warning message in wikitools settings page about disabled search module (path example.com/admin/settings/wikitools) contains wrong link to modules administration page.

Current code:

<div class="messages warning">
You will not be able to select the "Node Search" or "Link to search" options until you <a href="/admin/modules">enable</a> the search module.</div>

Right code:

<div class="messages warning">
You will not be able to select the "Node Search" or "Link to search" options until you <a href="/admin/build/modules">enable</a> the search module.</div>