From 8b1e1075a12757376c2f424a8dae8b3616d5cb3e Mon Sep 17 00:00:00 2001 From: Rick Date: Tue, 23 Feb 2021 14:50:53 -0500 Subject: [PATCH] Fix link to TensorFlow graph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 770aaee6..b15c08d4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ of examples. `tf.Transform` extends these capabilities to support full-passes over the example data. The output of `tf.Transform` is exported as a -[TensorFlow graph](http://tensorflow.org/guide/graphs) to use for training and serving. +[TensorFlow graph](https://www.tensorflow.org/guide/intro_to_graphs) to use for training and serving. Using the same graph for both training and serving can prevent skew since the same transformations are applied in both stages.