From e9609364dd451d431b5acc4f683c11145844b419 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Mon, 12 Sep 2022 16:56:37 +0200
Subject: [PATCH] DOC: Add link to gitignore documentation

---
 src/doc/crawler.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/doc/crawler.rst b/src/doc/crawler.rst
index fe487c55..aea02319 100644
--- a/src/doc/crawler.rst
+++ b/src/doc/crawler.rst
@@ -122,11 +122,11 @@ in the LinkAhead distribution of CaosDB). In this case the root file
 system as seen from within the CaosDB docker process is used.
 
 
-You can provide a `.caosdbignore` file as a commandline option to the above
-loadFiles command. The syntax of that file is the same as for `.gitignore`
-files. Note, that you can have additional `.caosdbignore` files at lower levels
-which are appended to the current ignore file and have an effect of the
-respective subtree.
+You can provide a ``.caosdbignore`` file as a commandline option to the above
+loadFiles command. The syntax of that file is the same as for `gitignore
+<https://git-scm.com/docs/gitignore>`_ files. Note, that you can have additional
+``.caosdbignore`` files at lower levels which are appended to the current ignore
+file and have an effect of the respective subtree.
 
 
 Extending the Crawlers
-- 
GitLab