From 5cf646c8f521db88bb68f5f7ca20c35c3474606b Mon Sep 17 00:00:00 2001 From: jkoan Date: Fri, 11 Jan 2019 08:27:59 +0100 Subject: fix:correct link in Markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f71a5a351..4e7f8d577 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Navit reads the current vehicle position: Routing algorithm ================= -Navit uses LPA* (see https://en.wikipedia.org/wiki/Lifelong_Planning_A*), a derivative of the Dijkstra algorithm, for +Navit uses LPA* (see [Lifelong_Planning_A*](https://en.wikipedia.org/wiki/Lifelong_Planning_A*)), a derivative of the Dijkstra algorithm, for routing. Routing starts at the destination by assigning a value to each point directly connected to the destination point. The value represents the estimated time needed to reach the destination from that point. @@ -91,4 +91,4 @@ destination. LPA* is slightly more complex, as it allows partial re-evaluation of the route graph as segment costs change. This is used by the (still experimental) traffic module, which can process traffic reports and tries to find a way around -traffic problems. Refer to the Wikipedia page for a full description. \ No newline at end of file +traffic problems. Refer to the Wikipedia page for a full description. -- cgit v1.2.1