diff --git a/src/caosdb/apiutils.py b/src/caosdb/apiutils.py
index ca6ef7ebc9308ade9d3443175e98ade85b4a9a2a..597342e38a961c628edd84dd8dff37471ef2570b 100644
--- a/src/caosdb/apiutils.py
+++ b/src/caosdb/apiutils.py
@@ -436,7 +436,7 @@ def merge_entities(entity_a: Entity, entity_b: Entity, merge_references_with_emp
                             f"{diff_r1['properties'][key][attribute]}")
         else:
             # TODO: This is a temporary FIX for
-            #       https://gitlab.indiscale.com/caosdb/src/linkahead-pylib/-/issues/105
+            #       https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/issues/105
             entity_a.add_property(id=entity_b.get_property(key).id,
                                   name=entity_b.get_property(key).name,
                                   datatype=entity_b.get_property(key).datatype,