We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf34da commit 674a779Copy full SHA for 674a779
website/src/constants.ts
@@ -1,6 +1,6 @@
1
export const MOBILE_LAYOUT_BREAKPOINT = 996;
2
export const MLFLOW_DOCS_URL = "https://mlflow.org/docs/latest/";
3
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";
+ "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";
5
export const MLFLOW_DBX_INSTALL_URL =
6
"https://docs.databricks.com/aws/en/mlflow/mlflow-3-install";
0 commit comments