Browse Source

Update link to security information

Matthias Bussonnier 7 years ago
parent
commit
25c3b06d25
1 changed files with 1 additions and 1 deletions
  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'),
 );