From 805dabdc1de0f2c6a97a3abb8e0459eb5b0afdae Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo <mavimo@gmail.com> Date: Sat, 31 Dec 2016 11:40:51 +0100 Subject: [PATCH] Fixed link to segment & metric doc Documentation about Segment & Metric is on URL http://www.metabase.com/docs/latest/administration-guide/06-segments-and-metrics.html --- frontend/src/metabase/reference/selectors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/metabase/reference/selectors.js b/frontend/src/metabase/reference/selectors.js index 21bab81b6dc..d9b90fad662 100644 --- a/frontend/src/metabase/reference/selectors.js +++ b/frontend/src/metabase/reference/selectors.js @@ -45,7 +45,7 @@ const referenceSections = { message: "Metrics will appear here once your admins have created some", image: "/app/img/metrics-list", adminAction: "Learn how to create metrics", - adminLink: "http://www.metabase.com/docs/latest/administration-guide/05-segments-and-metrics.html" + adminLink: "http://www.metabase.com/docs/latest/administration-guide/06-segments-and-metrics.html" }, breadcrumb: "Metrics", // mapping of propname to args of dispatch function @@ -65,7 +65,7 @@ const referenceSections = { message: "Segments will appear here once your admins have created some", image: "/app/img/segments-list", adminAction: "Learn how to create segments", - adminLink: "http://www.metabase.com/docs/latest/administration-guide/05-segments-and-metrics.html" + adminLink: "http://www.metabase.com/docs/latest/administration-guide/06-segments-and-metrics.html" }, breadcrumb: "Segments", fetch: { -- GitLab