Skip to content

Commit e117082

Browse files
authored
fix: Broken Feature Service Link (#3227)
Fixing Broken Link Signed-off-by: nsonntag <3696356+nsonntag@users.noreply.github.com> Signed-off-by: nsonntag <3696356+nsonntag@users.noreply.github.com>
1 parent a906018 commit e117082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/pages/feature-services/FeatureServiceIndexEmptyState.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const FeatureServiceIndexEmptyState = () => {
1717
<EuiButton
1818
onClick={() => {
1919
window.open(
20-
"https://docs.feast.dev/getting-started/concepts/feature-service",
20+
"https://docs.feast.dev/getting-started/concepts/feature-retrieval#feature-services",
2121
"_blank"
2222
);
2323
}}

0 commit comments

Comments
 (0)