From cff1bf4c4aafa501715c24c7aa0580d88fc97bef Mon Sep 17 00:00:00 2001 From: stas Date: Thu, 26 Nov 2020 02:05:12 +0300 Subject: [PATCH] fix wrong reference to Meta-Heuristic.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb695c4f0..69b51e18b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ jsprit [![Build Status](https://travis-ci.org/graphhopper/jsprit.svg?branch=master)](https://travis-ci.org/graphhopper/jsprit) jsprit is a java based, open source toolkit for solving rich [Traveling Salesman Problems(TSP)](http://en.wikipedia.org/wiki/Travelling_salesman_problem") and [Vehicle Routing Problems(VRP)](http://neo.lcc.uma.es/vrp/vehicle-routing-problem/). -It is lightweight, flexible and easy-to-use, and based on a single all-purpose [meta-heuristic](../docs/Meta-Heuristic.md) currently solving +It is lightweight, flexible and easy-to-use, and based on a single all-purpose [meta-heuristic](./docs/Meta-Heuristic.md) currently solving - Capacitated VRP - Multiple Depot VRP