mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Fix broken links to jupyter documentation
After https://github.com/jupyter/jupyter/pull/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.
This commit is contained in:
parent
8ef7e0bb49
commit
1dad47ac13
@ -22,8 +22,8 @@ Jupyter applications, from the Notebook to JupyterHub to nbgrader, share a
|
||||
common configuration system. The process for creating a configuration file
|
||||
and editing settings is similar for all the Jupyter applications.
|
||||
|
||||
- `Jupyter’s Common Configuration Approach <https://jupyter.readthedocs.io/en/latest/projects/config.html>`_
|
||||
- `Common Directories and File Locations <https://jupyter.readthedocs.io/en/latest/projects/jupyter-directories.html>`_
|
||||
- `Jupyter’s Common Configuration Approach <https://jupyter.readthedocs.io/en/latest/use/config.html>`_
|
||||
- `Common Directories and File Locations <https://jupyter.readthedocs.io/en/latest/use/jupyter-directories.html>`_
|
||||
- `Language kernels <https://jupyter.readthedocs.io/en/latest/projects/kernels.html>`_
|
||||
- `traitlets <https://traitlets.readthedocs.io/en/latest/config.html#module-traitlets.config>`_
|
||||
provide a low-level architecture for configuration.
|
||||
|
Loading…
x
Reference in New Issue
Block a user