Changeset 11930
- Timestamp:
- 02/06/15 09:19:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.cs
r11171 r11930 69 69 if (MessageBox.Show("Do you want to open the HeuristicLab wiki website?", "Help", 70 70 MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1) == System.Windows.Forms.DialogResult.Yes) { 71 System.Diagnostics.Process.Start("http://dev.heuristiclab.com/trac /hl/core/wiki/Vehicle%20Routing%20Problem");71 System.Diagnostics.Process.Start("http://dev.heuristiclab.com/trac.fcgi/wiki/Documentation/Reference/VehicleRoutingProblem"); 72 72 } 73 73 }
Note: See TracChangeset
for help on using the changeset viewer.