Monodevelop does't open correct Unity docs search page

Has the Unity docs URL changed?

Monodevelop now always takes me to a 404 Not Found page when I use the Ctrl-’ keyboard shortcut to jump into the documentation. It didn’t do this a week or so ago, perhaps it changed when I upgraded from Unity 4.2 to 4.2.1.

Monodevelop invokes this URL

http://unity3d.com/support/documentation/ScriptReference/30_search.html?q=Instantiate

but the docs are actually at

How do I fix Monodevelop to jump to the correct documentation search page? I’ve tried searching the contents of the files in c:\program files\unity\MonoDevelop and also in the registry but failed to find a reference to “30_search.html”.

Cheers,
Mark

ran into the same problem here, didn’t find a way to change the URL.
But you can use mklink to make a symbolic link to work around the local part.
here’s where I find the solution: