This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new bfddfa2475 GH-40145: [C++][Docs] Correct the console emitter link 
(#40146)
bfddfa2475 is described below

commit bfddfa24755f3871ec66beb119f177323f1380de
Author: Divyansh200102 <[email protected]>
AuthorDate: Tue Feb 20 04:54:23 2024 +0530

    GH-40145: [C++][Docs] Correct the console emitter link (#40146)
    
    
    
    ### Rationale for this change
    To fix the embedded link of `cmdr` in C++ development docs
    
    ### What changes are included in this PR?
    The embedded link of `cmdr` is fixed.
    
    ### Are these changes tested?
    Yes
    
    ### Are there any user-facing changes?
    Yes
    
    * Closes: #40145
    
    Authored-by: Divyansh200102 <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 docs/source/developers/cpp/windows.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/developers/cpp/windows.rst 
b/docs/source/developers/cpp/windows.rst
index d97b038ade..251a45325f 100644
--- a/docs/source/developers/cpp/windows.rst
+++ b/docs/source/developers/cpp/windows.rst
@@ -45,7 +45,7 @@ For Visual Studio 2019, the script is:
 
   "C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\Common7\Tools\VsDevCmd.bat" -arch=amd64
 
-One can configure a console emulator like `cmder <https://cmder.net/>`_ to
+One can configure a console emulator like `cmder <https://cmder.app/>`_ to
 automatically launch this when starting a new development console.
 
 Using conda-forge for build dependencies

Reply via email to