diff --git a/packages/help-extension/src/index.tsx b/packages/help-extension/src/index.tsx index 5e154c304aa3..6e4f40dc2aa9 100644 --- a/packages/help-extension/src/index.tsx +++ b/packages/help-extension/src/index.tsx @@ -65,7 +65,10 @@ const RESOURCES = [ url: 'https://jupyterlab.readthedocs.io/en/stable/' }, { - text: 'Jupyter Documentation', + text: 'JupyterLab FAQ', + url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html' + }, + { url: 'https://jupyter.org/documentation' }, {