diff --git a/src/doc/conf.py b/src/doc/conf.py
index a45097e8849329314b6a9529de7a7bf5e205912c..7fd147fda1f997215670e5097872a940142462fa 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -28,8 +28,8 @@ import sphinx_rtd_theme  # noqa: E402
 
 # -- Project information -----------------------------------------------------
 
-project = 'caosdb-caoscrawler'
-copyright = '2021, MPIDS'
+project = 'LinkAhead-Crawler'
+copyright = '2023, IndiScale'
 author = 'Alexander Schlemmer'
 
 # The short X.Y version
diff --git a/src/doc/index.rst b/src/doc/index.rst
index 20f335f7885971b65caf91dfe723f867e46b8595..b438a1499e6e9f573ce45e0b160b1ab623380ea4 100644
--- a/src/doc/index.rst
+++ b/src/doc/index.rst
@@ -1,4 +1,4 @@
-CaosDB-Crawler Documentation
+LinkAhead-Crawler Documentation
 ============================
 
 
@@ -15,14 +15,14 @@ CaosDB-Crawler Documentation
    Macros<macros>
    How to upgrade<how-to-upgrade>
    API documentation<_apidoc/modules>
-
+   Back to Overview <https://docs.indiscale.com/>
       
 
-This is the documentation for CaosDB-Crawler (previously known as crawler 2.0) 
-the main tool for automatic data insertion into CaosDB.
+This is the documentation for LinkAhead-Crawler (previously known as crawler 2.0) 
+the main tool for automatic data insertion into LinkAhead.
 
 Its task is to automatically synchronize data found on file systems or in other
-sources of data with the semantic data model of CaosDB.
+sources of data with the semantic data model of LinkAhead.
 
 More specifically, data that is contained in a hierarchical structure is converted to a data
 structure that is consistent with a predefined semantic data model.
@@ -34,6 +34,9 @@ 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>`.
 
+Or go back to the general `overview`_ of the documentation.
+
+.. _overview: https://docs.indiscale.com/
 
 Indices and tables
 ==================