summaryrefslogtreecommitdiff
path: root/examples/ebnf.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ebnf.py')
-rw-r--r--examples/ebnf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ebnf.py b/examples/ebnf.py
index f94c755..bb19155 100644
--- a/examples/ebnf.py
+++ b/examples/ebnf.py
@@ -3,7 +3,7 @@
# ISO 14977 standardize The Extended Backus-Naur Form(EBNF) syntax.
# You can read a final draft version here:
-# http://www.cl.cam.ac.uk/~mgk25/iso-ebnf.html
+# https://www.cl.cam.ac.uk/~mgk25/iso-ebnf.html
#
# Submitted 2004 by Seo Sanghyeon
#