diff options
Diffstat (limited to 'pygments')
-rw-r--r-- | pygments/lexers/_postgres_builtins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_postgres_builtins.py b/pygments/lexers/_postgres_builtins.py index 13aa9a15..d3c319e9 100644 --- a/pygments/lexers/_postgres_builtins.py +++ b/pygments/lexers/_postgres_builtins.py @@ -12,7 +12,7 @@ import re import urllib2 # One man's constant is another man's variable. -SOURCE_URL = 'https://github.com/postgres/postgres/raw/REL9_0_STABLE' +SOURCE_URL = 'https://github.com/postgres/postgres/raw/master' KEYWORDS_URL = SOURCE_URL + '/doc/src/sgml/keywords.sgml' DATATYPES_URL = SOURCE_URL + '/doc/src/sgml/datatype.sgml' |