Fix url in comment.

This commit is contained in:
John Livingston 2024-06-25 13:32:05 +02:00
parent fa8aec49b7
commit bd211d777e
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -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<boolean> {
// 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 {