From 1dad47ac133aaa8dabc8ee18c7c6088d9f345fd4 Mon Sep 17 00:00:00 2001 From: Jaipreet Singh <43826141+jaipreet-s@users.noreply.github.com> Date: Tue, 18 Aug 2020 14:30:35 -0700 Subject: [PATCH] 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. --- docs/source/config_overview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/config_overview.rst b/docs/source/config_overview.rst index f0d80d899..ce4fc0894 100644 --- a/docs/source/config_overview.rst +++ b/docs/source/config_overview.rst @@ -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 `_ - - `Common Directories and File Locations `_ + - `Jupyter’s Common Configuration Approach `_ + - `Common Directories and File Locations `_ - `Language kernels `_ - `traitlets `_ provide a low-level architecture for configuration.