Skip to content

Commit 660d28d

Browse files
Fix broken links
1 parent d3399f5 commit 660d28d

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

tensorflow_serving/g3doc/api/api_rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ $ git clone --depth=1 https://github.com/tensorflow/serving
427427

428428
We will use Docker to run the ModelServer. If you want to install ModelServer
429429
natively on your system, follow
430-
[setup instructions](https://www.tensorflow.org/tfx/serving/setup) to install
430+
[setup instructions](../../guide/setup) to install
431431
instead, and start the ModelServer with `--rest_api_port` option to export
432432
REST API endpoint (this is not needed when using Docker).
433433

tensorflow_serving/g3doc/guide/custom_op.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ curl http://localhost:8501/v1/models/<model_name>:predict -X POST \
111111
-d '{"inputs": [[1,2], [3,4]]}'
112112
```
113113

114-
[This page](https://www.tensorflow.org/tfx/serving/api_rest#top_of_page)
114+
[This page](../../api/api_rest/)
115115
contains a more complete API for sending REST requests to the model server.

tensorflow_serving/g3doc/guide/serving.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ TensorFlow Serving is a flexible, high-performance serving system for machine le
66

77
Detailed developer documentation on TensorFlow Serving is available:
88

9-
- Architecture Overview
9+
- [Architecture Overview](../architecture)
1010
- Server API
11-
- REST Client API
12-
<!-- TODO: fix the above bullet points with links -->
11+
- [REST Client API](../../api/api_rest)

tensorflow_serving/g3doc/tutorials/saved_model_warmup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Warmup data can be added in two ways:
4343
to write the PredictionLog entries into
4444
`YourSavedModel/assets.extra/tf_serving_warmup_requests`.
4545
* By using TFX Infra Validator
46-
[option to export a Saved Model with warmup](https://www.tensorflow.org/tfx/guide/infra_validator#producing_a_savedmodel_with_warmup).
46+
[option to export a Saved Model with warmup](https://tensorflow.github.io/tfx/guide/infra_validator/#producing-a-savedmodel-with-warmup).
4747
With this option the TFX Infa Validator will populate
4848
`YourSavedModel/assets.extra/tf_serving_warmup_requests` based on the
4949
validation requests provided via
50-
[RequestSpec](https://www.tensorflow.org/tfx/guide/infra_validator#requestspec).
50+
[RequestSpec](https://tensorflow.github.io/tfx/guide/infra_validator/#requestspec).
5151

5252

0 commit comments

Comments
 (0)