Skip to content

Commit b29611b

Browse files
committed
Change search url to new api location
1 parent 1518aba commit b29611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/HaXeContext/HaXeSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class HaXeSettings : ASCompletion.Settings.IContextSettings
1717

1818
#region IContextSettings Documentation
1919

20-
const string DEFAULT_DOC_COMMAND = "http://www.google.com/search?q=$(ItmTypPkg)+$(ItmTypName)+$(ItmName)+site:http://haxe.org/api";
20+
const string DEFAULT_DOC_COMMAND = "http://www.google.com/search?q=$(ItmTypPkg)+$(ItmTypName)+$(ItmName)+site:http://api.haxe.org/";
2121
protected string documentationCommandLine = DEFAULT_DOC_COMMAND;
2222

2323
[DisplayName("Documentation Command Line")]

0 commit comments

Comments
 (0)