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

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 84d025c8e79 [MINOR][CONNECT] Fix file name in docs
84d025c8e79 is described below

commit 84d025c8e79e89b482bf4633844f0f1229244256
Author: dengziming <dengzim...@bytedance.com>
AuthorDate: Thu Nov 3 17:55:13 2022 +0900

    [MINOR][CONNECT] Fix file name in docs
    
    ### What changes were proposed in this pull request?
    Fix the filename in doc: `client_connection_string.md` -> 
`client-connection-string.md`.
    
    ### Does this PR introduce _any_ user-facing change?
    NO
    
    ### How was this patch tested?
    github CI
    
    Closes #38493 from dengziming/minor-docs.
    
    Authored-by: dengziming <dengzim...@bytedance.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 connector/connect/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/connector/connect/README.md b/connector/connect/README.md
index d7c96209fbe..faad529c515 100644
--- a/connector/connect/README.md
+++ b/connector/connect/README.md
@@ -69,4 +69,4 @@ To use the release version of Spark Connect:
 When contributing a new client please be aware that we strive to have a common
 user experience across all languages. Please follow the below guidelines:
 
-* [Connection string configuration](docs/client_connection_string.md)
+* [Connection string configuration](docs/client-connection-string.md)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to