Skip to content

Commit e616392

Browse files
Merge pull request #2177 from tilakrayal:patch-10
PiperOrigin-RevId: 507931859
2 parents 9e270a0 + 8023e41 commit e616392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/r1/tutorials/load_data/tf_records.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
"source": [
633633
"We can also read the TFRecord file using the `tf.data.TFRecordDataset` class.\n",
634634
"\n",
635-
"More information on consuming TFRecord files using `tf.data` can be found [here](https://www.tensorflow.org/r1/guide/datasets#consuming_tfrecord_data).\n",
635+
"More information on consuming TFRecord files using `tf.data` can be found [here](https://www.tensorflow.org/guide/data#consuming_tfrecord_data).\n",
636636
"\n",
637637
"Using `TFRecordDataset`s can be useful for standardizing input data and optimizing performance."
638638
]

0 commit comments

Comments
 (0)