From 7c4fce55ff5d9a192c48973b05ed937d344bc962 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= <jeremie@astori.fr>
Date: Sun, 28 Oct 2018 22:55:54 -0400
Subject: [PATCH] =?UTF-8?q?Fix=20config=20generator=20script=20comment=20?=
 =?UTF-8?q?=F0=9F=99=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 scripts/generate-config-doc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/generate-config-doc.js b/scripts/generate-config-doc.js
index 5a6bd411..4409e51d 100644
--- a/scripts/generate-config-doc.js
+++ b/scripts/generate-config-doc.js
@@ -46,7 +46,7 @@ const extractedDoc = configContent
 const infoBlock = `<!--
 DO NOT EDIT THIS FILE MANUALLY.
 Content for the following is generated by this script in the main repo:
-https://github.com/thelounge/lounge/blob/master/scripts/generate-config-doc.js
+https://github.com/thelounge/thelounge/blob/master/scripts/generate-config-doc.js
 Last updated at ${Date()} by ${getGitUsername()}
 -->`;