From 59c30bcd264703c257a2acb25932e23b4fc8d250 Mon Sep 17 00:00:00 2001
From: Alejandro Lopez Gestoso <alopez@iri.upc.edu>
Date: Mon, 8 Feb 2021 10:50:16 +0100
Subject: [PATCH] Fixed wrogn g2_spline link

---
 doc/opendrive.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/opendrive.md b/doc/opendrive.md
index 5e098fa..03bcfb9 100644
--- a/doc/opendrive.md
+++ b/doc/opendrive.md
@@ -13,7 +13,7 @@ The [COpendriveLane](opendrive_lane.md) object describes a single lane of a road
 
 The [COpendriveRoadNode](opendrive_road_node.md) objects are placed at the locations where the lane starts or places where the geometry changes, and include the connectivity with other adjacent road nodes. Each Link with other road nodes is unidirectional and is described by a [COpendriveLink](opendrive_link.md) object.
 
-The [COpendriveLink](opendrive_link.md) objects include all the geometry information associated with the connection. In this case the geometry is describes as a [G2 spline](../doc/g2_spline.md).
+The [COpendriveLink](opendrive_link.md) objects include all the geometry information associated with the connection. In this case the geometry is describes as a [G2 spline](g2_splines.md).
 
 The road nodes and the links between them describe the road as a directed graph.
 
@@ -56,4 +56,4 @@ This is a work in progress and may suffer some changes and updates, although the
 This library provides several examples to demonstrate its use in some simple cases:
 
 * Load a road description and shown the road description on screen ()
-* Laad a road description and show the 
\ No newline at end of file
+* Laad a road description and show the 
-- 
GitLab