Skip to content

Commit 1dad47a

Browse files
authored
Fix broken links to jupyter documentation
After jupyter/jupyter#523, the paths for a few links were moved from `/projects` to `/use` This has broken the first 2 links under https://jupyter-notebook.readthedocs.io/en/stable/config_overview.html#jupyter-s-common-configuration-system This change modifies the code to use the new paths.
1 parent 8ef7e0b commit 1dad47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/config_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Jupyter applications, from the Notebook to JupyterHub to nbgrader, share a
2222
common configuration system. The process for creating a configuration file
2323
and editing settings is similar for all the Jupyter applications.
2424

25-
- `Jupyter’s Common Configuration Approach <https://jupyter.readthedocs.io/en/latest/projects/config.html>`_
26-
- `Common Directories and File Locations <https://jupyter.readthedocs.io/en/latest/projects/jupyter-directories.html>`_
25+
- `Jupyter’s Common Configuration Approach <https://jupyter.readthedocs.io/en/latest/use/config.html>`_
26+
- `Common Directories and File Locations <https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html>`_
2727
- `Language kernels <https://jupyter.readthedocs.io/en/latest/projects/kernels.html>`_
2828
- `traitlets <https://traitlets.readthedocs.io/en/latest/config.html#module-traitlets.config>`_
2929
provide a low-level architecture for configuration.

0 commit comments

Comments
 (0)