Skip to content

Commit

Permalink
new OSLiC location
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Jan 25, 2021
1 parent c3b8c76 commit 126aae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oscad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def __init__(self, legal_expert=None, lsuc_extra_info=None,
def oscad_default_legal_expert(request):
return request.translate('your legal expert')

oslic_url = 'http://opensource.telekom.net/oslic/releases/oslic-1.0.0.pdf'

oslic_url = 'https://telekom.github.io/oslic/releases/oslic.pdf'

oscad_default_settings = OscadSettings(legal_expert=oscad_default_legal_expert,
lsuc_extra_info=None,
Expand Down

0 comments on commit 126aae6

Please sign in to comment.