Skip to content

Commit bd7004e

Browse files
Fix internal links
1 parent 4424edb commit bd7004e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/get_started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
"[here](https://beam.apache.org/documentation/sdks/python-pipeline-dependencies/#multiple-file-dependencies).\n",
581581
"\n",
582582
"Known issues with using `tf.Transform` to export a TF 2.x SavedModel are\n",
583-
"documented [here](https://www.tensorflow.org/tfx/transform/tf2_support)."
583+
"documented [here](../tf2_support)."
584584
]
585585
},
586586
{

docs/tf2_support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tensorflow.python.framework.errors_impl.FailedPreconditionError: Table not initi
7676
Support for Trainer with Estimator based executor is best-effort. While other
7777
estimators work, we have seen issues with table initialization in the
7878
BaselineClassifier. Please
79-
[disable TF 2.x in `tf.Transform`](https://www.tensorflow.org/tfx/transform/tf2_support#retaining_the_legacy_tftransform_behavior).
79+
[disable TF 2.x in `tf.Transform`](#retaining-the-legacy-tftransform-behavior).
8080

8181
## Known issues / Features not yet supported
8282

0 commit comments

Comments
 (0)