Skip to content

Commit

Permalink
Merge pull request golang-migrate#816 from dschaller/dschaller-patch-1
Browse files Browse the repository at this point in the history
docs: use v4 godocs link in readme
  • Loading branch information
dhui authored Oct 19, 2022
2 parents 03e74b9 + 2fdf921 commit 865751e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ docker run -v {{ migration dir }}:/migrations --network host migrate/migrate
* Uses `io.Reader` streams internally for low memory overhead.
* Thread-safe and no goroutine leaks.

__[Go Documentation](https://godoc.org/github.com/golang-migrate/migrate)__
__[Go Documentation](https://pkg.go.dev/github.com/golang-migrate/migrate/v4)__

```go
import (
Expand Down

0 comments on commit 865751e

Please sign in to comment.