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

npr pushed a commit to branch nealrichardson-patch-1
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git

commit ed5dcfb932f8066b40d6d5b0d458410127081c26
Author: Neal Richardson <[email protected]>
AuthorDate: Wed Aug 18 08:34:21 2021 -0400

    [R] Fix broken edit link
---
 r/content/_bookdown.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/content/_bookdown.yml b/r/content/_bookdown.yml
index f2eb993..33554cb 100644
--- a/r/content/_bookdown.yml
+++ b/r/content/_bookdown.yml
@@ -3,7 +3,7 @@ delete_merged_file: TRUE
 new_session: FALSE
 clean: ["_book/*"]
 output_dir: _book
-edit: https://github.com/ursacomputing/arrow-cookbook/edit/master/r/content/%s
+edit: https://github.com/apache/arrow-cookbook/edit/master/r/content/%s
 rmd_files: ["index.Rmd", "reading_and_writing_data.Rmd", 
"creating_arrow_objects.Rmd", "manipulating_data.Rmd"]
 
 # This is the full list

Reply via email to