Skip to content

Commit 0d8475a

Browse files
RamiNoodle733Clawd Bot
andauthored
docs: Fix broken links in troubleshooting and migration docs (jupyter#7824)
- Fix jupyter_client link pointing to jupyter_core instead of jupyter_client - Fix JEP 79 reference link case mismatch in migrate_to_notebook7.md Co-authored-by: Clawd Bot <clawd@example.com>
1 parent 9dc1202 commit 0d8475a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/migrate_to_notebook7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ continue developing the Jupyter Notebook application and _sunrise_ it as
5656
Notebook 7.
5757

5858
You can find more details about the changes currently taking place in the
59-
Jupyter Ecosystem in the [JEP 79] and [team-compass note].
59+
Jupyter Ecosystem in the [JEP 79][jep 79] and [team-compass note].
6060

6161
## New features in Notebook 7
6262

docs/source/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ If you can't find an existing answer, you can ask questions at:
213213
214214
> - [jupyter_core](https://github.com/jupyter/jupyter_core) - `secure_write()`
215215
> and file path issues
216-
> - [jupyter_client](https://github.com/jupyter/jupyter_core) - kernel management
216+
> - [jupyter_client](https://github.com/jupyter/jupyter_client) - kernel management
217217
> issues found in Notebook server's command window.
218218
> - [IPython](https://github.com/ipython/ipython) and
219219
> [ipykernel](https://github.com/ipython/ipykernel) - kernel runtime issues

0 commit comments

Comments
 (0)