branch: elpa/cider
commit 3695a9289e5352481c8f8c7d699ff83ed06e842d
Author: Jonathon McKitrick <518057+jmckitr...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Fix broken doc link (#3138)
    
    Co-authored-by: vemv <v...@users.noreply.github.com>
---
 cider-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider-common.el b/cider-common.el
index d3d1512de6..c0e813244d 100644
--- a/cider-common.el
+++ b/cider-common.el
@@ -136,7 +136,7 @@ The default value means:
 - If the target file is already visible in a window, reuse it (switch to it).
 - Otherwise, open the target buffer in the current window.
 
-For further details, see 
https://docs.cider.mx/cider/repl/configuration.html#_control_what_window_to_use_when_jumping_to_a_definition";
+For further details, see 
https://docs.cider.mx/cider/config/basic_config.html#control-what-window-to-use-when-jumping-to-a-definition";
   :type 'sexp
   :group 'cider
   :package-version '(cider . "0.24.0"))

Reply via email to