From 2669aa59686aa38eb2ad5774dab53e40c178bb25 Mon Sep 17 00:00:00 2001 From: Adam Pietrzycki Date: Sat, 22 Jun 2019 13:04:01 +0100 Subject: [PATCH 1/2] Fixing broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c970f2..0a1a63c 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ language plpgsql; 3. Register your migration functions 4. Run goose command, ie. `goose.Up(db *sql.DB, dir string)` -A [sample Go migration 00002_users_add_email.go file](./example/migrations-go/00002_rename_root.go) looks like: +A [sample Go migration 00002_users_add_email.go file](./example/go-migrations/00002_rename_root.go) looks like: ```go package migrations From a67bdd09fbc7adf6d875fd6ec4a3be0ece370035 Mon Sep 17 00:00:00 2001 From: Adam Pietrzycki Date: Sat, 22 Jun 2019 13:06:08 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1a63c..77d6c79 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ language plpgsql; 3. Register your migration functions 4. Run goose command, ie. `goose.Up(db *sql.DB, dir string)` -A [sample Go migration 00002_users_add_email.go file](./example/go-migrations/00002_rename_root.go) looks like: +A [sample Go migration 00002_users_add_email.go file](./examples/go-migrations/00002_rename_root.go) looks like: ```go package migrations