Skip to content

Commit 3f9fd34

Browse files
committed
use https
1 parent 4041d2c commit 3f9fd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def has(self, *args):
169169
'preamble': '\n'.join(latex_preamble_elements),
170170
'pointsize': '10pt',
171171
'papersize': 'letterpaper',
172-
'tableofcontents': '\\textcopyright{ MongoDB, Inc. 2008 - 2015 } This work is licensed under a \href{http://creativecommons.org/licenses/by-nc-sa/3.0/us/}{Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License}\\clearpage\\tableofcontents'
172+
'tableofcontents': '\\textcopyright{ MongoDB, Inc. 2008 - 2015 } This work is licensed under a \href{https://creativecommons.org/licenses/by-nc-sa/3.0/us/}{Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License}\\clearpage\\tableofcontents'
173173
}
174174

175175
latex_paper_size = 'letter'

0 commit comments

Comments
 (0)