Skip to content

Commit 06ffa67

Browse files
authored
Simplify to just the / root
1 parent 1a60552 commit 06ffa67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/cockroachdb/TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ And in the `.down.sql` let's delete it:
5050
```
5151
DROP TABLE IF EXISTS example.users;
5252
```
53-
By adding `IF EXISTS/IF NOT EXISTS` we are making migrations idempotent - you can read more about idempotency in [getting started](https://github.com/golang-migrate/migrate/blob/master/GETTING_STARTED.md#create-migrations)
53+
By adding `IF EXISTS/IF NOT EXISTS` we are making migrations idempotent - you can read more about idempotency in [getting started](/GETTING_STARTED.md#create-migrations)
5454

5555
## Run migrations
5656
```

0 commit comments

Comments
 (0)