From 0ab0a9d071666bc7b627e8d4e7f664353cbaf43a Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Mon, 25 Feb 2019 13:30:38 -0800 Subject: [PATCH] Change git URL in README to https (#912) Like in #906, this URL won't work for people who do not have a GitHub SSH key, whereas a https URL should work for anyone. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 94724d0c8e0e6..d2609cec53132 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ or a Git URI:: mlflow run examples/sklearn_elasticnet_wine -P alpha=0.4 - mlflow run git@github.com:mlflow/mlflow-example.git -P alpha=0.4 + mlflow run https://github.com/mlflow/mlflow-example.git -P alpha=0.4 See ``examples/sklearn_elasticnet_wine`` for a sample project with an MLproject file.