Skip to content

Commit

Permalink
Merge pull request #6625 from ellisonbg/jupyter-docs-help
Browse files Browse the repository at this point in the history
Point to Jupyter docs landing page
  • Loading branch information
jasongrout committed Jun 18, 2019
2 parents 04abc9d + 2a31c1e commit 39a23a5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/help-extension/src/index.tsx
Expand Up @@ -65,8 +65,11 @@ const RESOURCES = [
url: 'https://jupyterlab.readthedocs.io/en/stable/'
},
{
text: 'Notebook Reference',
url: 'https://jupyter-notebook.readthedocs.io/en/latest/'
text: 'JupyterLab FAQ',
url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
},
{
url: 'https://jupyter.org/documentation'
},
{
text: 'Markdown Reference',
Expand Down Expand Up @@ -242,7 +245,7 @@ function activate(
body,
buttons: [
Dialog.createButton({
label: 'DISMISS',
label: 'Dismiss',
className: 'jp-About-button jp-mod-reject jp-mod-styled'
})
]
Expand Down Expand Up @@ -335,7 +338,7 @@ function activate(
body,
buttons: [
Dialog.createButton({
label: 'DISMISS',
label: 'Dismiss',
className: 'jp-About-button jp-mod-reject jp-mod-styled'
})
]
Expand Down

0 comments on commit 39a23a5

Please sign in to comment.