diff --git a/fhem/contrib/DS_Starter/93_DbLog.pm b/fhem/contrib/DS_Starter/93_DbLog.pm
index 39bf17671..cf9a67a15 100644
--- a/fhem/contrib/DS_Starter/93_DbLog.pm
+++ b/fhem/contrib/DS_Starter/93_DbLog.pm
@@ -9225,7 +9225,7 @@ return;
- get <name> <in> <out> <from> <to> <column_spec>
- Read data from the Database, used by frontends to plot data without direct
+ Read data from the Database used by frontends to plot data without direct
access to the Database.
@@ -9397,7 +9397,8 @@ return;
- get <name> <in> <out> <from>
<to> <device> <querytype> <xaxis> <yaxis> <savename> <chartconfig> <pagingstart> <paginglimit>
- Query the Database to retrieve JSON-Formatted Data, which is used by the charting frontend.
+ Query the Database to retrieve JSON-Formatted Data, which is used by the charting frontend
+ (German Wiki: Neues Charting Frontend).
@@ -11279,7 +11280,8 @@ attr SMA_Energymeter DbLogValueFn
- Liest Daten aus der Datenbank aus und gibt diese in JSON formatiert aus. Wird für das Charting Frontend genutzt.
+ Liest Daten aus der Datenbank aus und gibt diese in JSON formatiert aus. Wird für das Charting Frontend
+ (Wiki: Neues Charting Frontend) genutzt.