diff --git a/docs/operations.md b/docs/operations.md
index 17190e6ac295b4e8fa22a72a47bd620a92e89141..e26c633f4269c3f7ef6d9c3c817b30100a9774f9 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.