From 2de2cf6cd0eb22d851e94d31178d9ab84fae544f Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Sat, 4 Jun 2016 18:36:22 +0200
Subject: [PATCH] Fix URL to Heka documentation in README file

This resolves the following issue:

$ curl -i http://hekad.readthedocs.io/en/
HTTP/1.1 404 OK

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

diff --git a/README.rst b/README.rst
index 5eaabf125..d82681995 100644
--- a/README.rst
+++ b/README.rst
@@ -62,7 +62,7 @@ As well as these infrastructure components:
   and their endpoints.
 - `MariaDB and Galera <https://mariadb.com/kb/en/mariadb/galera-cluster/>`__ for
   highly available MySQL databases
-- `Heka <http://hekad.readthedocs.org/en/>`__ A distributed and
+- `Heka <http://hekad.readthedocs.org/>`__ A distributed and
   scalable logging system for openstack services.
 
 Docker Images
-- 
GitLab