Skip to content

Commit 8023e41

Browse files
authored
Fixing the broken link in tf_records.ipynb
1 parent 8f431e2 commit 8023e41

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)