From dc1c31a7fd38d6ea164ea8cf9e36b91584560796 Mon Sep 17 00:00:00 2001
From: David Wagner <wagdav@gmail.com>
Date: Thu, 23 May 2019 16:01:19 +0200
Subject: [PATCH] Update operations.md (#615)

Small update to fix the link to the Cortex project.
---
 docs/operations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/operations.md b/docs/operations.md
index 17190e6a..e26c633f 100644
--- a/docs/operations.md
+++ b/docs/operations.md
@@ -150,7 +150,7 @@ and ensure the `index.prefix` table exists.
 
 You can setup DynamoDB by yourself, or have `table-manager` setup for you.
 You can find out more info about table manager at
-[Cortex project](https://github.com/cortexproject/cortex)(https://github.com/cortexproject/cortex).
+[Cortex project](https://github.com/cortexproject/cortex).
 There is an example table manager deployment inside the ksonnet deployment method. You can find it [here](../production/ksonnet/loki/table-manager.libsonnet)
 The table-manager allows deleting old indices by rotating a number of different dynamodb tables and deleting the oldest one. If you choose to
 create the table manually you cannot easily erase old data and your index just grows indefinitely.
-- 
GitLab