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 ace13b6 Fix Markdown/Jira-style links in README (#128)
ace13b6 is described below
commit ace13b6c22684ee84a2723d57581fc2b915fc458
Author: David Li <[email protected]>
AuthorDate: Wed Jan 19 14:42:22 2022 -0500
Fix Markdown/Jira-style links in README (#128)
---
README.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.rst b/README.rst
index a71f032..22d620e 100644
--- a/README.rst
+++ b/README.rst
@@ -6,12 +6,12 @@ that Arrow users might want to do. The cookbook is actually
composed of multiple cookbooks, one for each supported platform,
which contain the recipes for that specific platform.
-The cookbook aims to provide immediate instructions for common tasks, in
-contrast with the [Arrow User Guides](https://arrow.apache.org/docs/index.html)
-which provides in-depth explanation. In terms of the
-[Diátaxis framework|https://diataxis.fr/], the cookbook is *task-oriented*
-while the user guide is *learning-oriented*. The cookbook will often refer to
-the user guide for deeper explanation.
+The cookbook aims to provide immediate instructions for common tasks, in
+contrast with the `Arrow User Guides
<https://arrow.apache.org/docs/index.html>`_
+which provides in-depth explanation. In terms of the `Diátaxis framework
+<https://diataxis.fr/>`_, the cookbook is *task-oriented* while the user guide
+is *learning-oriented*. The cookbook will often refer to the user guide for
+deeper explanation.
All cookbooks are buildable to HTML and verifiable by running
a set of tests that confirm that the recipes are still working