Browse Source

fix group sync cta link

Marcus Efraimsson 7 năm trước cách đây
mục cha
commit
c22e7f4263
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      public/app/features/teams/TeamGroupSync.tsx

+ 5 - 1
public/app/features/teams/TeamGroupSync.tsx

@@ -124,7 +124,11 @@ export class TeamGroupSync extends PureComponent<Props, State> {
               </button>
               <div className="empty-list-cta__pro-tip">
                 <i className="fa fa-rocket" /> {headerTooltip}
-                <a className="text-link empty-list-cta__pro-tip-link" href="asd" target="_blank">
+                <a
+                  className="text-link empty-list-cta__pro-tip-link"
+                  href="http://docs.grafana.org/auth/enhanced_ldap/"
+                  target="_blank"
+                >
                   Learn more
                 </a>
               </div>