From c841a70bbbade36697067fbb0edc6c27a041fff6 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Fri, 27 Mar 2020 10:59:09 +0100 Subject: [PATCH] Update doc URL to go.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78e80c5..26a7b9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## goutubedl -Go wrapper for [youtube-dl](https://github.com/ytdl-org/youtube-dl). [API documentation](https://godoc.org/github.com/wader/goutubedl) can be found at godoc.org. +Go wrapper for [youtube-dl](https://github.com/ytdl-org/youtube-dl). [API documentation](https://pkg.go.dev/github.com/wader/goutubedl?tab=doc) can be found at godoc.org. See [youtube-dl documentation](https://github.com/ytdl-org/youtube-dl) for how to install and what is recommended to install in addition to youtube-dl.