From 2b966b68014da88e63cfcb55a2a7e861de562a91 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 19 Oct 2021 15:42:51 +0200
Subject: [PATCH] FIX: Mend broken link in docs

---
 src/doc/tutorials/Data-Insertion.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/doc/tutorials/Data-Insertion.rst b/src/doc/tutorials/Data-Insertion.rst
index 00c86efb..84223db3 100644
--- a/src/doc/tutorials/Data-Insertion.rst
+++ b/src/doc/tutorials/Data-Insertion.rst
@@ -17,8 +17,10 @@ Property called “a” of datatype double. This is very easy in pylib:
 
    a = db.Property(name="a", datatype=db.DOUBLE)
 
-There are a few basic datatypes: db.INTEGER, db.TEXT. See `data
-type <Specification/Datatype>`__ for a full list.
+There are a few basic datatypes like db.INTEGER, db.DOUBLE, or db.TEXT. See the
+`data types
+<https://docs.indiscale.com/caosdb-server/specification/Datatype.html>`_ for a
+full list.
 
 We can create our own small data model for e.g. a simulation by adding
 two more Properties and a RecordType:
-- 
GitLab