Skip to content

Commit 407e1b5

Browse files
Fix broken links
1 parent 7012295 commit 407e1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_serving/g3doc/building_with_docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To create a serving image that's fully optimized for your host, simply:
179179
```
180180

181181
Your new optimized Docker image is now `$USER/tensorflow-serving`, which
182-
you can [use](#running-a-serving-image) just as you would the standard
182+
you can [use](#running-a-container) just as you would the standard
183183
`tensorflow/serving:latest` image.
184184

185185
* For GPU:
@@ -191,5 +191,5 @@ To create a serving image that's fully optimized for your host, simply:
191191
```
192192

193193
Your new optimized Docker image is now `$USER/tensorflow-serving-gpu`,
194-
which you can [use](#running-a-gpu-serving-image) just as you would the
194+
which you can [use](#running-a-container) just as you would the
195195
standard `tensorflow/serving:latest-gpu` image.

0 commit comments

Comments
 (0)