summaryrefslogtreecommitdiff
path: root/pygments/lexers/stata.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/stata.py')
-rw-r--r--pygments/lexers/stata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/stata.py b/pygments/lexers/stata.py
index b7b22edb..c6344fc6 100644
--- a/pygments/lexers/stata.py
+++ b/pygments/lexers/stata.py
@@ -27,8 +27,8 @@ class StataLexer(RegexLexer):
"""
# Syntax based on
# - http://fmwww.bc.edu/RePEc/bocode/s/synlightlist.ado
- # - http://github.com/isagalaev/highlight.js/blob/master/src/languages/stata.js
- # - http://github.com/jpitblado/vim-stata/blob/master/syntax/stata.vim
+ # - https://github.com/isagalaev/highlight.js/blob/master/src/languages/stata.js
+ # - https://github.com/jpitblado/vim-stata/blob/master/syntax/stata.vim
name = 'Stata'
aliases = ['stata', 'do']