From 9963e8240e942f27a88c6e37eaf3fe0b53caa41e Mon Sep 17 00:00:00 2001
From: Alejandro Lopez Gestoso <alopez@iri.upc.edu>
Date: Mon, 8 Feb 2021 10:58:35 +0100
Subject: [PATCH] Fixed g2_spline wrong link

---
 doc/opendrive_link.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/opendrive_link.md b/doc/opendrive_link.md
index 8ad6bc5..961c95c 100644
--- a/doc/opendrive_link.md
+++ b/doc/opendrive_link.md
@@ -9,7 +9,7 @@ The next image shows (as solid black arrows) the set of COpendriveLink's defined
 
 <img src="images/links.png" alt="COpendriveLink objects created for the example road" width="607" height="544">
 
-This class describes the geometry as [G2 Spline](g2_spline.md).
+This class describes the geometry as [G2 Spline](g2_splines.md).
 
 Links are created between a road node and:
 
-- 
GitLab