Procházet zdrojové kódy

Update link to security information

Matthias Bussonnier před 7 roky
rodič
revize
25c3b06d25
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'),
 );