You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: cmd/migrate/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ $ go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@l
63
63
to build the cli for use with other databases, replace the `postgres` build tag
64
64
with the appropriate database tag(s) for the databases desired. The tags
65
65
correspond to the names of the sub-packages underneath the
66
-
[`database`](../database) package.
66
+
[`database`](../../database) package.
67
67
1. Similarly to the database build tags, if you need to support other sources, use the appropriate build tag(s).
68
68
1. Support for build constraints will be removed in the future: https://github.com/golang-migrate/migrate/issues/60
69
69
1. For versions of Go 1.15 and lower, [make sure](https://github.com/golang-migrate/migrate/pull/257#issuecomment-705249902) you're not installing the `migrate` CLI from a module. e.g. there should not be any `go.mod` files in your current directory or any directory from your current directory to the root
0 commit comments