diff --git a/doc/concepts.rst b/doc/concepts.rst
index 7de8c512cba5c56780892bdd4f300c061cc8cdc3..9ab9be05340fdb3ddd5b85dc4bb38c3f57a7aecf 100644
--- a/doc/concepts.rst
+++ b/doc/concepts.rst
@@ -1,6 +1,6 @@
-========================
-The concepts of pycaosdb
-========================
+=========================================
+The concepts of the LinkAhead SQL Backend
+=========================================
 
 .. toctree::
 
diff --git a/doc/conf.py b/doc/conf.py
index 5fdc05d730471fc610d2b3c5971ced9cfc14f192..eba75ecab62ffe940a6a344d2c18571e6f283f80 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -16,12 +16,12 @@ import sphinx_rtd_theme
 #
 # import os
 # import sys
-# sys.path.insert(0, os.path.abspath('../caosdb'))
+# sys.path.insert(0, os.path.abspath('../linkahead'))
 
 
 # -- Project information -----------------------------------------------------
 
-project = 'caosdb-mysqlbackend'
+project = 'linkahead-mariadbbackend'
 copyright = '2021, IndiScale GmbH'
 author = 'Daniel Hornung'
 
@@ -112,7 +112,7 @@ html_theme = 'sphinx_rtd_theme'
 # -- Options for HTMLHelp output ---------------------------------------------
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'caosdb-mysqlbackenddoc'
+htmlhelp_basename = 'linkahead-mariadbbackenddoc'
 
 
 # -- Options for LaTeX output ------------------------------------------------
@@ -139,7 +139,7 @@ latex_elements = {
 # (source start file, target name, title,
 #  author, documentclass [howto, manual, or own class]).
 latex_documents = [
-    (master_doc, 'caosdb-mysqlbackend.tex', 'caosdb-mysqlbackend Documentation',
+    (master_doc, 'linkahead-mariadbbackend.tex', 'linkahead-mariadbbackend Documentation',
      'IndiScale GmbH', 'manual'),
 ]
 
@@ -149,7 +149,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    (master_doc, 'caosdb-mysqlbackend', 'caosdb-mysqlbackend Documentation',
+    (master_doc, 'linkahead-mariadbbackend', 'linkahead-mariadbbackend Documentation',
      [author], 1)
 ]
 
@@ -160,8 +160,8 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-    (master_doc, 'caosdb-mysqlbackend', 'caosdb-mysqlbackend Documentation',
-     author, 'caosdb-mysqlbackend', 'One line description of project.',
+    (master_doc, 'linkahead-mariadbbackend', 'linkahead-mariadbbackend Documentation',
+     author, 'linkahead-mariadbbackend', 'One line description of project.',
      'Miscellaneous'),
 ]
 
@@ -190,9 +190,9 @@ epub_exclude_files = ['search.html']
 # See also https://breathe.readthedocs.io/en/latest/quickstart.html
 
 breathe_projects = {
-    "mysqlbackend": "./_doxygen/xml"
+    "mariadbbackend": "./_doxygen/xml"
 }
-breathe_default_project = "mysqlbackend"
+breathe_default_project = "mariadbbackend"
 
 # -- Options for intersphinx extension ---------------------------------------