From 62652cda1e2e87978d857d82e79ba090540999d9 Mon Sep 17 00:00:00 2001 From: Markus Kuuse Date: Sat, 7 Dec 2024 00:15:30 +0200 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf9311..f1f2a99 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Explo uses the following 3rd-party libraries: - [ffmpeg-go](https://github.com/u2takey/ffmpeg-go): A Go wrapper for FFmpeg. -- [goutubedl](github.com/wader/goutubedl): A Go wrapper for yt-dlp. +- [goutubedl](https://github.com/wader/goutubedl): A Go wrapper for yt-dlp. - [godotenv](https://github.com/joho/godotenv): A library for loading configuration from .env files.