Update to HTTPS
This commit is contained in:
committed by
Matthias Mailänder
parent
f337450348
commit
64b2bd4735
@@ -123,7 +123,7 @@ namespace OpenRA.Mods.Common.Pathfinder
|
||||
|
||||
/// <summary>
|
||||
/// Default: Diagonal distance heuristic. More information:
|
||||
/// http://theory.stanford.edu/~amitp/GameProgramming/Heuristics.html
|
||||
/// https://theory.stanford.edu/~amitp/GameProgramming/Heuristics.html
|
||||
/// Layers are ignored and incur no additional cost.
|
||||
/// </summary>
|
||||
/// <param name="locomotor">Locomotor used to provide terrain costs.</param>
|
||||
@@ -137,7 +137,7 @@ namespace OpenRA.Mods.Common.Pathfinder
|
||||
|
||||
/// <summary>
|
||||
/// Default: Diagonal distance heuristic. More information:
|
||||
/// http://theory.stanford.edu/~amitp/GameProgramming/Heuristics.html
|
||||
/// https://theory.stanford.edu/~amitp/GameProgramming/Heuristics.html
|
||||
/// Layers are ignored and incur no additional cost.
|
||||
/// </summary>
|
||||
/// <param name="locomotor">Locomotor used to provide terrain costs.</param>
|
||||
|
||||
@@ -65,7 +65,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
Console.WriteLine(".SH FILES");
|
||||
Console.WriteLine("Settings are stored in the ~/.openra user folder.");
|
||||
Console.WriteLine(".SH BUGS");
|
||||
Console.WriteLine("Known issues are tracked at http://bugs.openra.net");
|
||||
Console.WriteLine("Known issues are tracked at https://bugs.openra.net");
|
||||
Console.WriteLine(".SH COPYRIGHT");
|
||||
Console.WriteLine("Copyright (c) The OpenRA Developers and Contributors");
|
||||
Console.WriteLine("This manual is part of OpenRA, which is free software. It is GNU GPL v3 licensed. See COPYING for details.");
|
||||
|
||||
Reference in New Issue
Block a user