1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

fixed broken link and correct syntax with md

This commit is contained in:
jsroyal 2017-06-04 00:03:30 +05:30
parent 29fbdd6e66
commit 32aa164afc
5 changed files with 56 additions and 14 deletions

View file

@ -108,4 +108,4 @@ Collection<VehicleRoutingProblemSolution> solutions = algorithm.searchSolutions(
VehicleRoutingProblemSolution bestSolution = Solutions.bestOf(solutions);
</code></pre>
Please visit <a href="https://github.com/jsprit/jsprit/wiki/Simple-Example">Simple Example</a> to get to know how you can analyse the solution.
Please visit [Simple Example](Simple-Example.md) to get to know how you can analyse the solution.