Change query lab link to https (#3933)

This commit is contained in:
Michael Avila 2020-08-07 08:51:50 -07:00 committed by GitHub
parent f6e403489f
commit c662dec194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ For an Object Relational Mapper, see:
- http://bookshelfjs.org
- https://github.com/Vincit/objection.js
To see the SQL that Knex will generate for a given query, see: [Knex Query Lab](http://michaelavila.com/knex-querylab/)
To see the SQL that Knex will generate for a given query, see: [Knex Query Lab](https://michaelavila.com/knex-querylab/)
## Examples