From 1ec0c7fccee6fefa488e74c9e7753e78d658c557 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 11 Apr 2025 14:17:36 +0200
Subject: [PATCH] DOCS: Fixed two small renaming mistakes.

---
 README.md                   | 2 +-
 procedures/insertEntity.sql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3c71459..3b58b70 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ setup this code.
 
 ## Further Reading
 
-Please refer to the [official documentation](https://docs.linkahead.org/linkahead-mysqlbackend/) for more information.
+Please refer to the [official documentation](https://docs.indiscale.com/linkahead-mysqlbackend/) for more information.
 
 ## Contributing
 
diff --git a/procedures/insertEntity.sql b/procedures/insertEntity.sql
index 6b47b50..c21be48 100644
--- a/procedures/insertEntity.sql
+++ b/procedures/insertEntity.sql
@@ -1,5 +1,5 @@
 /*
- * ** header v3.0
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2018 Research Group Biomedical Physics,
  * Max-Planck-Institute for Dynamics and Self-Organization Göttingen
-- 
GitLab