Skip to content

Commit 865751e

Browse files
authored
Merge pull request #816 from dschaller/dschaller-patch-1
docs: use v4 godocs link in readme
2 parents 03e74b9 + 2fdf921 commit 865751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $ docker run -v {{ migration dir }}:/migrations --network host migrate/migrate
109109
* Uses `io.Reader` streams internally for low memory overhead.
110110
* Thread-safe and no goroutine leaks.
111111

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

114114
```go
115115
import (

0 commit comments

Comments
 (0)