From 22c27513ce84a134ac214e14dc0dfab53a14fd68 2022-01-17 14:49:05 From: Kai Tetzlaff (moka.tetzco.de) Date: 2022-01-17 14:49:05 Subject: [PATCH] fix function references for get_ipython_dir and locate_profile --- diff --git a/docs/source/development/config.rst b/docs/source/development/config.rst index 0d52a67..db9f69b 100644 --- a/docs/source/development/config.rst +++ b/docs/source/development/config.rst @@ -81,8 +81,8 @@ profile with: $ ipython locate profile foo /home/you/.ipython/profile_foo -These map to the utility functions: :func:`IPython.utils.path.get_ipython_dir` -and :func:`IPython.utils.path.locate_profile` respectively. +These map to the utility functions: :func:`IPython.paths.get_ipython_dir` +and :func:`IPython.paths.locate_profile` respectively. .. _profiles_dev: