From 7c7b8867f334964eeb41456e822a619639dda6c5 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Mon, 28 Sep 2020 09:26:02 +0200 Subject: [PATCH] Make api doc link more sane --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a7b9c..1adc91c 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://pkg.go.dev/github.com/wader/goutubedl?tab=doc) can be found at godoc.org. +Go wrapper for [youtube-dl](https://github.com/ytdl-org/youtube-dl). API documentation can be found at [godoc.org](https://pkg.go.dev/github.com/wader/goutubedl?tab=doc). 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.