Skip to content

Commit

Permalink
Updated download url with forward link fir Edge bindings (C#, Java)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Evans <[email protected]>
  • Loading branch information
petruc authored and jimevans committed Jul 27, 2015
1 parent f2b6040 commit c820323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Edge/EdgeDriverService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace OpenQA.Selenium.Edge
public sealed class EdgeDriverService : DriverService
{
private const string MicrosoftWebDriverServiceFileName = "MicrosoftWebDriver.exe";
private static readonly Uri MicrosoftWebDriverDownloadUrl = new Uri("http://download.microsoft.com/download/6/D/7/6D7B7A44-B792-4CB4-AEC3-4C190EB99F85/MicrosoftWebDriver.msi");
private static readonly Uri MicrosoftWebDriverDownloadUrl = new Uri("http://go.microsoft.com/fwlink/?LinkId=619687");
private string logPath = string.Empty;
private string urlPathPrefix = string.Empty;
private string portServerAddress = string.Empty;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static class Builder extends DriverService.Builder<
protected File findDefaultExecutable() {
return findExecutable("MicrosoftWebDriver", EDGE_DRIVER_EXE_PROPERTY,
"https://github.com/SeleniumHQ/selenium/wiki/MicrosoftWebDriver",
"http://www.microsoft.com");
"http://go.microsoft.com/fwlink/?LinkId=619687");
}

@Override
Expand Down

0 comments on commit c820323

Please sign in to comment.