From 89b6529cc02834d3bb16ca2bf1c7950dc8909f3d Mon Sep 17 00:00:00 2001 From: Charles Reid Date: Tue, 7 Jan 2020 12:05:21 -0800 Subject: [PATCH] fix readme.rst links to API/CLI examples --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index db781605..709fc695 100644 --- a/README.rst +++ b/README.rst @@ -23,13 +23,13 @@ Documentation on readthedocs.io: Example CLI/API usage: -* `CLI examples (open endpoints) `_ +* `CLI examples (open endpoints) `_ -* `CLI examples (restricted endpoints) `_ +* `CLI examples (restricted endpoints) `_ -* `Python API examples (open endpoints) `_ +* `Python API examples (open endpoints) `_ -* `Python API examples (restricted endpoints) `_ +* `Python API examples (restricted endpoints) `_ To see the list of commands you can use, type :code:`hca --help`.