From c0339eb4af50880a66e6f0d19e3ecb3ce3469696 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 25 Dec 2018 15:17:19 -0500 Subject: Use HTTPS URLs where available in docs, examples, and comments --- examples/select_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/select_parser.py') diff --git a/examples/select_parser.py b/examples/select_parser.py index 7b3727e..79a3366 100644 --- a/examples/select_parser.py +++ b/examples/select_parser.py @@ -2,7 +2,7 @@ # Copyright 2010, Paul McGuire # # a simple SELECT statement parser, taken from SQLite's SELECT statement -# definition at http://www.sqlite.org/lang_select.html +# definition at https://www.sqlite.org/lang_select.html # from pyparsing import * ParserElement.enablePackrat() -- cgit v1.2.1