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/sql2dot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sql2dot.py') diff --git a/examples/sql2dot.py b/examples/sql2dot.py index fa1d489..cd6717c 100644 --- a/examples/sql2dot.py +++ b/examples/sql2dot.py @@ -5,7 +5,7 @@ # Creates table graphics by parsing SQL table DML commands and # generating DOT language output. # -# Adapted from a post at http://energyblog.blogspot.com/2006/04/blog-post_20.html. +# Adapted from a post at https://energyblog.blogspot.com/2006/04/blog-post_20.html. # sampleSQL = """ create table student -- cgit v1.2.1