You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2018/12/15 19:19:56 UTC

[arrow] branch master updated: ARROW-4039: [Python] Update link to 'development.rst' page from Python README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0936938  ARROW-4039: [Python] Update link to 'development.rst' page from Python README.md
0936938 is described below

commit 0936938e875c77c80f34b92884a30ff7fceeddcb
Author: Benjamin Kietzman <be...@gmail.com>
AuthorDate: Sat Dec 15 20:19:31 2018 +0100

    ARROW-4039: [Python] Update link to 'development.rst' page from Python README.md
    
    Author: Benjamin Kietzman <be...@gmail.com>
    
    Closes #3185 from bkietz/ARROW-4039-update-development-link and squashes the following commits:
    
    a18596e7 <Benjamin Kietzman> Update README.md
---
 python/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/README.md b/python/README.md
index 7d66ddd..ce69693 100644
--- a/python/README.md
+++ b/python/README.md
@@ -83,6 +83,6 @@ pip install -r ../docs/requirements.txt
 python setup.py build_sphinx -s ../docs/source
 ```
 
-[2]: https://github.com/apache/arrow/blob/master/python/doc/source/development.rst
+[2]: https://github.com/apache/arrow/blob/master/docs/source/python/development.rst
 [3]: https://github.com/pandas-dev/pandas
 [4]: https://docs.pytest.org/en/latest/