From fb58e8db1a5a76eb576f12c6c03b18b9944a0c3d Mon Sep 17 00:00:00 2001 From: Nikolaus Sonntag Date: Fri, 16 Sep 2022 10:07:02 -0600 Subject: [PATCH] Fixing Broken Link Signed-off-by: nsonntag <3696356+nsonntag@users.noreply.github.com> --- ui/src/pages/feature-services/FeatureServiceIndexEmptyState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/feature-services/FeatureServiceIndexEmptyState.tsx b/ui/src/pages/feature-services/FeatureServiceIndexEmptyState.tsx index 40778680a3f..b5120325d08 100644 --- a/ui/src/pages/feature-services/FeatureServiceIndexEmptyState.tsx +++ b/ui/src/pages/feature-services/FeatureServiceIndexEmptyState.tsx @@ -17,7 +17,7 @@ const FeatureServiceIndexEmptyState = () => { { window.open( - "https://docs.feast.dev/getting-started/concepts/feature-service", + "https://docs.feast.dev/getting-started/concepts/feature-retrieval#feature-services", "_blank" ); }}