This is an automated email from the ASF dual-hosted git repository.
wesm 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 349a957 [Docs] Minor fixes to documentation build instructions
349a957 is described below
commit 349a957ad9e46a300d8b46c018013fada6bce094
Author: Wes McKinney <[email protected]>
AuthorDate: Sun Jan 20 17:54:39 2019 -0600
[Docs] Minor fixes to documentation build instructions
---
docs/README.md | 4 ++--
docs/source/building.rst | 2 +-
site/README.md | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index e20b59d..4430d65 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -23,8 +23,8 @@ This directory contains source files for building the main
project
documentation. This includes the [Arrow columnar format specification][2].
Instructions for building the documentation site are found in
-[docs/source/python/development.rst][1]. The build depends on the API
+[docs/source/building.rst][1]. The build depends on the API
documentation for some of the project subcomponents.
-[1]:
https://github.com/apache/arrow/blob/master/docs/source/python/development.rst#building-the-documentation
+[1]: https://github.com/apache/arrow/blob/master/docs/source/building.rst
[2]: https://github.com/apache/arrow/tree/master/docs/source/format
\ No newline at end of file
diff --git a/docs/source/building.rst b/docs/source/building.rst
index 2a0e9fb..c6ff974 100644
--- a/docs/source/building.rst
+++ b/docs/source/building.rst
@@ -30,7 +30,7 @@ If you're using Conda, the required software can be installed
in a single line:
.. code-block:: shell
- conda install -c conda-forge --file ci/conda_env_sphinx.yml
+ conda install -c conda-forge --file=ci/conda_env_sphinx.yml
Otherwise, you'll first need to install `Doxygen <http://www.doxygen.nl/>`_
yourself (for example from your distribution's official repositories, if
diff --git a/site/README.md b/site/README.md
index 62d060a..412051c 100644
--- a/site/README.md
+++ b/site/README.md
@@ -25,7 +25,7 @@ If you are planning to publish the website, you must first
clone the arrow-site
git repository:
```shell
-git clone --branch=asf-site
https://git-wip-us.apache.org/repos/asf/arrow-site.git asf-site
+git clone --branch=asf-site https://github.com/apache/arrow-site.git asf-site
```
Now, with Ruby >= 2.1 installed, run: