Skip to content

Commit

Permalink
update for HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl committed Jun 26, 2015
1 parent a6ea12e commit e83cae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_env/src/cc.engine/cc/engine/chooser/views.py
Expand Up @@ -27,7 +27,7 @@
PUBLICDOMAIN_HTML_FORMATTER = PublicDomainHTMLFormatter()
PDMARK_HTML_FORMATTER = PDMarkHTMLFormatter()
STANDARD_SELECTOR = cc.license.LicenseSelector(
"http://creativecommons.org/license/")
"https://creativecommons.org/license/")


def _base_context(request, target_lang=None):
Expand Down Expand Up @@ -224,7 +224,7 @@ def _generate_exit_url(url, referrer, license):
return url


NS_CC = 'http://creativecommons.org/ns#'
NS_CC = 'https://creativeommons.org/ns#'
NS_DC = 'http://purl.org/dc/elements/1.1/'
NS_DCQ = 'http://purl.org/dc/terms/'
NS_RDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Expand Down

0 comments on commit e83cae6

Please sign in to comment.