Skip to content

Commit bf4b58f

Browse files
Fix broken links
1 parent b857e67 commit bf4b58f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tensorflow_serving/g3doc/serving_advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This tutorial steps through the following tasks:
3131
4. Serve request with TensorFlow Serving `ServerCore`.
3232
5. Run and test the service.
3333

34-
Before getting started, first [install Docker](docker.md#installing-docker)
34+
Before getting started, first [install Docker](docker.md#install-docker)
3535

3636
## Train and export TensorFlow Model
3737

tensorflow_serving/g3doc/serving_basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The code for this tutorial consists of two parts:
2222
The TensorFlow Serving ModelServer discovers new exported models and runs a
2323
[gRPC](http://www.grpc.io) service for serving them.
2424

25-
Before getting started, first [install Docker](docker.md#installing-docker).
25+
Before getting started, first [install Docker](docker.md#install-docker).
2626

2727
## Train and export TensorFlow model
2828

tensorflow_serving/g3doc/serving_kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To learn more about TensorFlow ResNet model, we recommend reading
1818

1919
## Part 1: Setup
2020

21-
Before getting started, first [install Docker](docker.md#installing-docker).
21+
Before getting started, first [install Docker](docker.md#install-docker).
2222

2323
### Download the ResNet SavedModel
2424

0 commit comments

Comments
 (0)