From 0f7729fda1bcccb753b135b1f3c11a2b10ff2bc0 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 17 Jul 2023 11:30:37 +0300 Subject: [PATCH] fix: update link to troubleshooting guidelines (#6964) * fix: update link to troubleshooting guidelines Signed-off-by: emmanuel-ferdman * fix: small typo in ISSUE_TEMPLATE/config.yml Signed-off-by: emmanuel-ferdman --------- Signed-off-by: emmanuel-ferdman --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3d2d656c38..d9e70611ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -40,7 +40,7 @@ Here, we're looking for specific bugs in the Jupyter Notebook codebase. If you t 4. See error '...' +https://jupyter-notebook.readthedocs.io/en/latest/troubleshooting.html --> ## Expected behavior diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 16e60c3344..6c21dae549 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -11,4 +11,4 @@ contact_links: about: Ask short questions about using Jupyter Notebook - name: 📝 Do you have a feature request that may be applied upstream? See JupyterLab. url: https://github.com/jupyterlab/jupyterlab - about: We recommend that you cross-referrence JupyterLab for information when requesting new features and support for Notebook 7. We won't likely accept new features for Jupyter Notebook 6.x. + about: We recommend that you cross-reference JupyterLab for information when requesting new features and support for Notebook 7. We won't likely accept new features for Jupyter Notebook 6.x.