From 189801de9a192fdd9416ef9b43859e4b97156011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Schr=C3=B6der?= Date: Thu, 1 Sep 2016 12:37:23 +0200 Subject: [PATCH] Update Getting-Started.md --- docs/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting-Started.md b/docs/Getting-Started.md index 5deab114..557acac9 100644 --- a/docs/Getting-Started.md +++ b/docs/Getting-Started.md @@ -39,7 +39,7 @@ Here you learn to setup the Java environment and an Integrated Development Envir #### If you do not want Maven to manage your dependencies, go to [maven central](https://search.maven.org/), search for jsprit and download the latest binaries to put them into your classpath. -Go ahead and show me a simple example of how to setup and solve a vehicle routing problem. +Go ahead and show me a [simple example](Simple-Example.md) of how to setup and solve a vehicle routing problem.