Explorar o código

Update link to security information

Matthias Bussonnier %!s(int64=7) %!d(string=hai) anos
pai
achega
25c3b06d25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/notebook/src/actions.ts

+ 1 - 1
packages/notebook/src/actions.ts

@@ -47,7 +47,7 @@ const TRUST_MESSAGE = h.p(
   'Selecting trust will re-render this notebook in a trusted state.',
   h.br(),
   'For more information, see the',
-  h.a({ href: 'http://ipython.org/ipython-doc/2/notebook/security.html' },
+  h.a({ href: 'http://jupyter-notebook.readthedocs.io/en/stable/security.html' },
       'Jupyter security documentation'),
 );