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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 141667f Removing extra "}}" from the Feather Python link. (#126)
141667f is described below
commit 141667f0f163711d0a4ceb2c8b7ceda15bdf2e7c
Author: Raul Ascencio <[email protected]>
AuthorDate: Wed Jul 14 15:10:21 2021 -0600
Removing extra "}}" from the Feather Python link. (#126)
Currently, the page: https://arrow.apache.org/use_cases/ contains a python
link for "Feather" with python using
"https://arrow.apache.org/docs/python/feather.html%20%7D%7D" which redirects to
a 404.
Instead, it seems that we should be using the following:
"https://arrow.apache.org/docs/python/feather.html".
---
use_cases.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/use_cases.md b/use_cases.md
index 5dffaf8..f15e55c 100644
--- a/use_cases.md
+++ b/use_cases.md
@@ -36,7 +36,7 @@ and the [Apache Parquet](https://parquet.apache.org/) format.
<!-- Link to implementation matrix? -->
-* Feather: C++, [Python]({{ site.baseurl }}/docs/python/feather.html }}),
+* Feather: C++, [Python]({{ site.baseurl }}/docs/python/feather.html),
[R]({{ site.baseurl }}/docs/r/reference/read_feather.html)
* Parquet: [C++]({{ site.baseurl }}/docs/cpp/parquet.html),
[Python]({{ site.baseurl }}/docs/python/parquet.html),