Skip to content

Commit

Permalink
fix a link reference (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
well-balanced committed Sep 1, 2022
1 parent edfce0d commit 1b6847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ const knex = require('knex')({

### migrations

For convenience, the any migration configuration may be specified when initializing the library. Read the [Migrations](migrations) section for more information and a full list of configuration options.
For convenience, the any migration configuration may be specified when initializing the library. Read the [Migrations](https://knexjs.org/guide/migrations.html) section for more information and a full list of configuration options.

```js
const knex = require('knex')({
Expand Down

0 comments on commit 1b6847b

Please sign in to comment.