diff --git a/src/doc/conf.py b/src/doc/conf.py
index 7fd147fda1f997215670e5097872a940142462fa..1599106425c49c7bf536c49b2435a59d372f9b40 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -28,7 +28,7 @@ import sphinx_rtd_theme  # noqa: E402
 
 # -- Project information -----------------------------------------------------
 
-project = 'LinkAhead-Crawler'
+project = 'LinkAhead Crawler'
 copyright = '2023, IndiScale'
 author = 'Alexander Schlemmer'
 
diff --git a/src/doc/index.rst b/src/doc/index.rst
index 825e92c2a243a1492d1b7be19018ff38aac826fe..6bd30e6827d38f613f9c1836ee4fa1b28d09c1de 100644
--- a/src/doc/index.rst
+++ b/src/doc/index.rst
@@ -16,7 +16,7 @@ CaosDB-Crawler Documentation
    How to upgrade <how-to-upgrade>
    API documentation <_apidoc/modules>
    Back to Overview <https://docs.indiscale.com/>
-      
+
 
 This is the documentation for LinkAhead-Crawler (previously known as crawler 2.0)
 the main tool for automatic data insertion into LinkAhead.
@@ -31,8 +31,8 @@ The hierarchical structure can be for example a file tree. However it can be
 also something different like the contents of a JSON file or a file tree with
 JSON files.
 
-This documentation helps you to :doc:`get started<getting_started/index>`, explains the most important
-:doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials/index>`.
+This documentation helps you to :doc:`get started<getting_started/index>`, explains the most
+important :doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials/index>`.
 
 Or go back to the general `overview`_ of the documentation.