Skip to content

Commit 3953f4c

Browse files
authored
feat(nimbus): Update Learn More URL on feature health page. (#13757)
Because - We want to link to a specific page on experimenter.info from the Feature health page This commit - Adds the URL that will eventually have a page and information. Fixes #13756
1 parent 7c90ccb commit 3953f4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

experimenter/experimenter/nimbus_ui/constants.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ class NimbusUIConstants:
141141
LIVE_MONITOR_TOOLTIP = """Live Monitoring shows enrollment/unenrollment for this
142142
delivery"""
143143

144-
# TODO: Add learn more URL for feature page (EXP-5876)
145-
FEATURE_PAGE_LINKS = {"feature_learn_more_url": ""}
144+
FEATURE_PAGE_LINKS = {
145+
"feature_learn_more_url": "https://experimenter.info/for-product#track-your-feature-health"
146+
}
146147

147148
class ReviewRequestMessages(Enum):
148149
END_EXPERIMENT = "end this experiment"

0 commit comments

Comments
 (0)