diff options
author | Nathan Whetsell <nathan.whetsell@gmail.com> | 2016-12-11 12:31:07 -0500 |
---|---|---|
committer | Nathan Whetsell <nathan.whetsell@gmail.com> | 2016-12-11 12:31:07 -0500 |
commit | c666eec31bff48ee0e2850ee5075c6bbbf09b804 (patch) | |
tree | 1d599476daf83c998e19bcd9727a2aee11014fef /pygments/lexers/csound.py | |
parent | a56edd5e77a551a3e310e25e1f204756b67d6730 (diff) | |
download | pygments-c666eec31bff48ee0e2850ee5075c6bbbf09b804.tar.gz |
Use HTTPS URLs
Diffstat (limited to 'pygments/lexers/csound.py')
-rw-r--r-- | pygments/lexers/csound.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/lexers/csound.py b/pygments/lexers/csound.py index 4d9ae398..892fd6d0 100644 --- a/pygments/lexers/csound.py +++ b/pygments/lexers/csound.py @@ -92,7 +92,7 @@ class CsoundLexer(RegexLexer): class CsoundScoreLexer(CsoundLexer): """ - For `Csound <http://csound.github.io>`_ scores. + For `Csound <https://csound.github.io>`_ scores. .. versionadded:: 2.1 """ @@ -135,7 +135,7 @@ class CsoundScoreLexer(CsoundLexer): class CsoundOrchestraLexer(CsoundLexer): """ - For `Csound <http://csound.github.io>`_ orchestras. + For `Csound <https://csound.github.io>`_ orchestras. .. versionadded:: 2.1 """ @@ -334,7 +334,7 @@ class CsoundOrchestraLexer(CsoundLexer): class CsoundDocumentLexer(RegexLexer): """ - For `Csound <http://csound.github.io>`_ documents. + For `Csound <https://csound.github.io>`_ documents. .. versionadded:: 2.1 """ |