Update link in log header.

This commit is contained in:
Jordan Bancino 2022-07-23 00:50:12 -04:00
parent 47c6eaac35
commit 768430f614
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ TelodendriaPrintHeader(LogConfig *lc)
Log(lc, LOG_MESSAGE,
"Copyright (C) 2022 Jordan Bancino <@jordan:bancino.net>");
Log(lc, LOG_MESSAGE,
"Documentation/Support: https://bancino.net/pub/Telodendria");
"Documentation/Support: https://telodendria.io");
Log(lc, LOG_MESSAGE, "");
}