Skip to content

Commit 674a779

Browse files
authored
Update utm_source link for DBX signup flow (#310)
1 parent dcf34da commit 674a779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const MOBILE_LAYOUT_BREAKPOINT = 996;
22
export const MLFLOW_DOCS_URL = "https://mlflow.org/docs/latest/";
33
export const MLFLOW_DBX_TRIAL_URL =
4-
"https://signup.databricks.com/?destination_url=/ml/experiments-signup?source=MLFLOW_ORG&dbx_source=TRY_MLFLOW&signup_experience_step=EXPRESS&provider=MLFLOW";
4+
"https://signup.databricks.com/?destination_url=/ml/experiments-signup?source=TRY_MLFLOW&dbx_source=TRY_MLFLOW&signup_experience_step=EXPRESS&provider=MLFLOW&utm_source=mlflow_org";
55
export const MLFLOW_DBX_INSTALL_URL =
66
"https://docs.databricks.com/aws/en/mlflow/mlflow-3-install";

0 commit comments

Comments
 (0)