Make api doc link more sane

This commit is contained in:
Mattias Wadman
2020-09-28 09:26:02 +02:00
committed by GitHub
parent 6558e5fd2c
commit 7c7b8867f3

View File

@ -1,6 +1,6 @@
## goutubedl ## 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 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. install and what is recommended to install in addition to youtube-dl.