mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Fix some broken link
This commit is contained in:
parent
19191521a6
commit
7e054a7b69
@ -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
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user