From 77fe628c004862817317ba52a12fbe612c9bb991 Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Mon, 10 Jul 2017 19:53:52 +0530 Subject: [PATCH] One more get disconnected. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4255b26f..1bf8726c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It is lightweight, flexible and easy-to-use, and based on a single all-purpose [ - Various combination of these types Setting up the problem, defining additional constraints, modifying the algorithms and visualising the discovered solutions is as easy and handy as -reading classical VRP instances to benchmark your algorithm. It is fit for change and extension due to a modular design and a comprehensive set of unit and integration-tests. [More features ...](../docs/Features.textile) +reading classical VRP instances to benchmark your algorithm. It is fit for change and extension due to a modular design and a comprehensive set of unit and integration-tests. [More features ...](https://github.com/graphhopper/jsprit/blob/master/docs/Features.textile) ## Getting Started with Documentation Please visit [docs](https://github.com/graphhopper/jsprit/blob/master/docs/Home.md) to learn more.The best way to get to know jsprit is by looking at [code examples](https://github.com/graphhopper/jsprit/tree/master/jsprit-examples/src/main/java/com/graphhopper/jsprit/examples).