Skip to content

Commit

Permalink
Change git URL in README to https (mlflow#912)
Browse files Browse the repository at this point in the history
Like in mlflow#906, this URL won't work for people who do not have a GitHub SSH key, whereas a https URL should work for anyone.
  • Loading branch information
mateiz authored and mparkhe committed Feb 25, 2019
1 parent 0e09d14 commit 0ab0a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0ab0a9d

Please sign in to comment.