summaryrefslogtreecommitdiffstats
path: root/doc/USAGE.markdown
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2022-01-25 01:44:04 +0800
committerGitHub <noreply@github.com>2022-01-24 19:44:04 +0200
commit4c835b9fa9311f110a09e8f2cddd20367b0e49f1 (patch)
tree0c4ef139c897995cf48f7ff7a49eed59008dbee3 /doc/USAGE.markdown
parentc49d9fa30143c9c4effcfa38b373e506383e829c (diff)
Use https for links (#293)
Diffstat (limited to 'doc/USAGE.markdown')
-rw-r--r--doc/USAGE.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/USAGE.markdown b/doc/USAGE.markdown
index a1a51d4..f075086 100644
--- a/doc/USAGE.markdown
+++ b/doc/USAGE.markdown
@@ -57,7 +57,7 @@ Any standard SQL expression, condition (both WHERE and HAVING), GROUP BY, ORDER
JOINs are supported and Subqueries are supported in the WHERE clause, but unfortunately not in the FROM clause for now. Use table aliases when performing JOINs.
-The SQL syntax itself is sqlite's syntax. For details look at http://www.sqlite.org/lang.html or search the net for examples.
+The SQL syntax itself is sqlite's syntax. For details look at https://www.sqlite.org/lang.html or search the net for examples.
**NOTE:** Full type detection is implemented, so there is no need for any casting or anything.