Skip to content

Commit cbb5759

Browse files
sarahmaddoxlesv
authored andcommitted
Fixed doc URL (#961)
1 parent 63ea917 commit cbb5759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlengine/online-prediction/src/main/java/OnlinePredictionSample.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public static void main(String[] args) throws Exception {
4747
JsonSchema param = new JsonSchema();
4848
String projectId = "YOUR_PROJECT_ID";
4949
// You should have already deployed a model and a version.
50-
// For reference, see https://cloud.google.com/ml-engine/docs/how-tos/deploying-models.
50+
// For reference, see https://cloud.google.com/ml-engine/docs/deploying-models.
5151
String modelId = "YOUR_MODEL_ID";
5252
String versionId = "YOUR_VERSION_ID";
5353
param.set(

0 commit comments

Comments
 (0)