Skip to content

Commit 5ff4dc8

Browse files
authored
Fix CockroachDB tutorial's link being relative to 'GETTING_STARTED.md' (#819)
* Fix link root Fix the link root so that it doesn't point relatively. * Simplify to just the / root
1 parent 4ca6c06 commit 5ff4dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

database/cockroachdb/TUTORIAL.md

+2-2
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](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
```
@@ -139,4 +139,4 @@ func main() {
139139
}
140140
}
141141
```
142-
You can find details [here](README.md#use-in-your-go-project)
142+
You can find details [here](README.md#use-in-your-go-project)

0 commit comments

Comments
 (0)