From 9c79cf21a5aece4d66cc66398d5b42180dc1600e Mon Sep 17 00:00:00 2001
From: David Moreau Simard <moi@dmsimard.com>
Date: Wed, 23 Sep 2020 13:36:12 -0400
Subject: [PATCH] readme: fix .rst duplicate anchor

There was already an anchor on "documentation" which failed to parse
properly when releasing to PyPi.

Change-Id: I50c8e7954e2dad3debc8d1fefb07a425b189be73
---
 README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 0e6b6aa7..26d234b9 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@ A built-in CLI client for querying and managing playbooks and their recorded dat
 .. image:: doc/source/_static/cli-playbook-list.png
 
 The full list of commands, their arguments as well as examples can be found in
-the `documentation <https://ara.readthedocs.io/en/latest/cli.html#cli-ara-api-client>`_.
+the `CLI documentation <https://ara.readthedocs.io/en/latest/cli.html#cli-ara-api-client>`_.
 
 ara-web
 -------