Skip to content

Commit 58db2d8

Browse files
simon-modcrankshaw
authored andcommitted
Fix broken links (#303)
This PR fix issue @302. Update the link mentioned in warning messege during python model deployment. <Simon Mo>
1 parent 934168b commit 58db2d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clipper_admin/clipper_admin/deployers/deployer_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def save_python_function(name, func):
6363
"Warning: Anaconda environment was either not found or exporting the environment "
6464
"failed. Your function will still be serialized and deployed, but may fail due to "
6565
"missing dependencies. In this case, please re-run inside an Anaconda environment. "
66-
"See http://clipper.ai/documentation/python_model_deployment/ for more information."
66+
"See http://docs.clipper.ai/en/release-0.2/index.html#pure-python-functions for more information."
6767
)
6868

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

0 commit comments

Comments
 (0)