From bd211d777e111917b1a942a1baea8325f076e60a Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 25 Jun 2024 13:32:05 +0200 Subject: [PATCH] Fix url in comment. --- server/lib/room-channel/room-channel-class.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/room-channel/room-channel-class.ts b/server/lib/room-channel/room-channel-class.ts index 3dbb1eef..424c03dd 100644 --- a/server/lib/room-channel/room-channel-class.ts +++ b/server/lib/room-channel/room-channel-class.ts @@ -108,7 +108,7 @@ class RoomChannel { * @return Returns true if the data where found and valid. If there is no data (or no valid data), returns false. */ public async readData (): Promise { - // Reading the data file (see https://livingston.frama.io/peertube-plugin-livechat/fr/technical/data/) + // Reading the data file (see https://livingston.frama.io/peertube-plugin-livechat/technical/data/) let content: string try {