Fix some broken link

This commit is contained in:
bacboc 2017-11-21 01:28:46 +09:00
parent 19191521a6
commit 7e054a7b69
2 changed files with 2 additions and 2 deletions

View File

@ -1018,7 +1018,7 @@ def _should_copy(src, dest, logger=None):
return True
if os.stat(src).st_mtime - os.stat(dest).st_mtime > 1e-6:
# we add a fudge factor to work around a bug in python 2.x
# that was fixed in python 3.x: http://bugs.python.org/issue12904
# that was fixed in python 3.x: https://bugs.python.org/issue12904
if logger:
logger.warn("Out of date: %s" % dest)
return True

View File

@ -1504,7 +1504,7 @@ class NotebookApp(JupyterApp):
info(_("Welcome to Project Jupyter! Explore the various tools available"
" and their corresponding documentation. If you are interested"
" in contributing to the platform, please visit the community"
"resources section at http://jupyter.org/community.html."))
"resources section at https://jupyter.org/community.html."))
self.write_server_info_file()