From 7f0c017fe483f02d21f052f7acfa7b38d4a7795a 2022-01-17 17:12:19 From: Matthias Bussonnier Date: 2022-01-17 17:12:19 Subject: [PATCH] Merge pull request #13467 from ktetzlaff/fix_config_rst docs/source/development/config.rst: 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: