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

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


The following commit(s) were added to refs/heads/main by this push:
     new 30817c0  [R] Fix hyperlink (#114)
30817c0 is described below

commit 30817c06ed7da79de476c8718e53acc49e3d2896
Author: Tony Fujs <[email protected]>
AuthorDate: Tue Jan 18 11:24:06 2022 -0300

    [R] Fix hyperlink (#114)
    
    * Fix hyperlink
    
    * Update r/content/arrays.Rmd
    
    * Update r/content/arrays.Rmd
    
    Co-authored-by: David Li <[email protected]>
    
    Co-authored-by: Nic Crane <[email protected]>
    Co-authored-by: David Li <[email protected]>
---
 r/content/arrays.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/content/arrays.Rmd b/r/content/arrays.Rmd
index 51f7d38..0767e5e 100644
--- a/r/content/arrays.Rmd
+++ b/r/content/arrays.Rmd
@@ -185,4 +185,4 @@ Scalar, Array, and ChunkedArray objects.  The returned 
object will be an Arrow o
 
 ### See also
 
-For a more in-depth discussion of Arrow compute functions, see the section on 
(using arrow functions in dplyr verbs in 
arrow)[#Using-arrow-functions-in-dplyr-verbs-in-arrow]
+For a more in-depth discussion of Arrow compute functions, see the section on 
[using arrow functions in dplyr verbs in 
arrow](#use-arrow-functions-in-dplyr-verbs-in-arrow)

Reply via email to