Skip to content

Commit 082da41

Browse files
authored
fix(nimbus): fix detailed analysis link (#13769)
Because - Detailed analysis link in sidebar was not going to the correct url This commit - Fixes the url Fixes #13768
1 parent 61b4425 commit 082da41

File tree

1 file changed

+1
-1
lines changed
  • experimenter/experimenter/nimbus_ui

1 file changed

+1
-1
lines changed

experimenter/experimenter/nimbus_ui/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def get_context_data(self, **kwargs):
150150

151151
context["analysis_link"] = urljoin(
152152
NimbusUIConstants.SIDEBAR_COMMON_LINKS["Detailed Analysis"]["url"],
153-
slug_underscore,
153+
slug_underscore + ".html",
154154
)
155155
context["create_form"] = NimbusExperimentCreateForm()
156156

0 commit comments

Comments
 (0)