Skip to content

Commit 6c532cd

Browse files
Fix links that should be internal
1 parent 3943409 commit 6c532cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TF Data Validation includes:
1919
learn more in order to correct them.
2020

2121
For instructions on using TFDV, see the
22-
[get started guide](https://github.com/tensorflow/data-validation/blob/master/g3doc/get_started.md)
22+
[get started guide](../get_started)
2323
and try out the
2424
[example notebook](https://colab.research.google.com/github/tensorflow/tfx/blob/master/docs/tutorials/data_validation/tfdv_basic.ipynb).
2525
Some of the techniques implemented in TFDV are described in a
@@ -229,9 +229,9 @@ tag.
229229

230230
## Links
231231

232-
* [TensorFlow Data Validation Getting Started Guide](https://www.tensorflow.org/tfx/data_validation/get_started)
232+
* [TensorFlow Data Validation Getting Started Guide](../get_started)
233233
* [TensorFlow Data Validation Notebook](https://colab.research.google.com/github/tensorflow/tfx/blob/master/docs/tutorials/data_validation/tfdv_basic.ipynb)
234-
* [TensorFlow Data Validation API Documentation](https://www.tensorflow.org/tfx/data_validation/api_docs/python/tfdv)
234+
* [TensorFlow Data Validation API Documentation](../api)
235235
* [TensorFlow Data Validation Blog Post](https://medium.com/tensorflow/introducing-tensorflow-data-validation-data-understanding-validation-and-monitoring-at-scale-d38e3952c2f0)
236236
* [TensorFlow Data Validation PyPI](https://pypi.org/project/tensorflow-data-validation/)
237237
* [TensorFlow Data Validation Paper](https://www.sysml.cc/doc/2019/167.pdf)

0 commit comments

Comments
 (0)