Skip to content

Commit 3e8fa02

Browse files
authored
Fixed the broken link in what_if_tool.md (#6249)
Fixed the broken link for official documentation in line 58
1 parent 1a2937c commit 3e8fa02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/what_if_tool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Set the environment variable MODEL_PATH to the location of the resulting model
5555
directory on your machine.
5656

5757
Install docker and TensorFlow Serving following the
58-
[official documentation](https://www.tensorflow.org/serving/docker).
58+
[official documentation](https://www.tensorflow.org/tfx/serving/docker).
5959

6060
Serve the model using docker through
6161
`docker run -p 8500:8500 --mount type=bind,source=${MODEL_PATH},target=/models/uci_income -e MODEL_NAME=uci_income -t tensorflow/serving`.

0 commit comments

Comments
 (0)