Skip to content

Commit 03613f1

Browse files
authored
Merge pull request #784 from anacrolix/patch-1
Fix broken tags link
2 parents 162fc2b + c47c8cc commit 03613f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/migrate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@l
6363
to build the cli for use with other databases, replace the `postgres` build tag
6464
with the appropriate database tag(s) for the databases desired. The tags
6565
correspond to the names of the sub-packages underneath the
66-
[`database`](../database) package.
66+
[`database`](../../database) package.
6767
1. Similarly to the database build tags, if you need to support other sources, use the appropriate build tag(s).
6868
1. Support for build constraints will be removed in the future: https://github.com/golang-migrate/migrate/issues/60
6969
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

Comments
 (0)