Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 367376b

Browse files
committed
Fix broken link to a package
Getting the `logrus` package has a broken link in the README file. This fixes it.
1 parent c004172 commit 367376b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Clone GIT repo:
3939
$ git clone htps://github.com/Ch3ck/ytd
4040
$ go get -u google.golang.org/api/youtube/v3
4141
$ go get -u golang.org/x/oauth2/...
42-
$ go get -u github.com/github.com/Sirupsen/logrus/...
42+
$ go get -u github.com/Sirupsen/logrus/...
4343
4444
```
4545

0 commit comments

Comments
 (0)