From b6f90bceaf9fb1853e83988b0be7ffeedb9d726c Mon Sep 17 00:00:00 2001
From: Maz Ameli <maz@metabase.com>
Date: Fri, 4 Jan 2019 17:03:47 -0800
Subject: [PATCH] remove asterisks

---
 docs/enterprise-guide/start.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/enterprise-guide/start.md b/docs/enterprise-guide/start.md
index 60d249a0f9e..24cd4cc0eb7 100644
--- a/docs/enterprise-guide/start.md
+++ b/docs/enterprise-guide/start.md
@@ -2,10 +2,10 @@
 
 The Enterprise Edition of Metabase provides added functionality and solutions for large organizations looking to scale Metabase. This guide will walk you through the extra features in this edition of Metabase:
 
-* [Sandboxing data based on user attributes<sup>*</sup>](data-sandboxes.md)
-* [Customizing how Metabase looks with white labeling<sup>*</sup>](whitelabeling.md)
-* [Authenticating with SAML<sup>*</sup>](authenticating-with-saml.md)
-* [Authenticating with JWT<sup>*</sup>](authenticating-with-jwt.md)
+* [Sandboxing data based on user attributes](data-sandboxes.md)
+* [Customizing how Metabase looks with white labeling](whitelabeling.md)
+* [Authenticating with SAML](authenticating-with-saml.md)
+* [Authenticating with JWT](authenticating-with-jwt.md)
 * [Customizing drill-through for charts and tables](customizing-drill-through.md)
 
 First things first, you'll need to install Metabase. If you haven’t done that yet, our [Installation Guide](../operations-guide/start.html#installing-and-running-metabase) will help you through the process.
-- 
GitLab