Skip to content

Commit

Permalink
Merge pull request #204 from jonyee/patch-1
Browse files Browse the repository at this point in the history
Update Rustc.cs
  • Loading branch information
bvssvni committed Feb 6, 2016
2 parents 6e361c4 + fd1be4c commit e1ceb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisualRust.Build/Rustc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private bool ExecuteInner()
if(installPath == null)
{
if(String.Equals(target, Shared.Environment.DefaultTarget, StringComparison.OrdinalIgnoreCase))
Log.LogError("No Rust installation detected. You can download official Rust installer from rust-lang.org/install.");
Log.LogError("No Rust installation detected. You can download official Rust installer from https://www.rust-lang.org/downloads.html");
else
Log.LogError("Could not find a Rust installation that can compile target {0}.", target);
return false;
Expand Down

0 comments on commit e1ceb2c

Please sign in to comment.