Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11930


Ignore:
Timestamp:
02/06/15 09:19:03 (9 years ago)
Author:
abeham
Message:

#2229: fixed url for reference

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.cs

    r11171 r11930  
    6969      if (MessageBox.Show("Do you want to open the HeuristicLab wiki website?", "Help",
    7070        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");
    7272      }
    7373    }
Note: See TracChangeset for help on using the changeset viewer.