Skip to content

Commit

Permalink
Fix broken links (#303)
Browse files Browse the repository at this point in the history
This PR fix issue @302. Update the link mentioned in warning messege
during python model deployment.

<Simon Mo>
  • Loading branch information
simon-mo authored and dcrankshaw committed Oct 30, 2017
1 parent 934168b commit 58db2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipper_admin/clipper_admin/deployers/deployer_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def save_python_function(name, func):
"Warning: Anaconda environment was either not found or exporting the environment "
"failed. Your function will still be serialized and deployed, but may fail due to "
"missing dependencies. In this case, please re-run inside an Anaconda environment. "
"See http://clipper.ai/documentation/python_model_deployment/ for more information."
"See http://docs.clipper.ai/en/release-0.2/index.html#pure-python-functions for more information."
)

# Export modules used by predict_function not captured in anaconda or pip
Expand Down

0 comments on commit 58db2d8

Please sign in to comment.