Skip to content

Commit bd0bd66

Browse files
authored
Use relative link to SavedModel guide in SavedModel migration guide
1 parent f451b1b commit bd0bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/migrate/saved_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"source": [
304304
"### Save and export a SavedModel defined with tf.Module\n",
305305
"\n",
306-
"To export your model in TensorFlow 2, you must define a `tf.Module` or a `tf.keras.Model` to hold all of your model's variables and functions. Then, you can call `tf.saved_model.save` to create a SavedModel. Refer to [Saving a custom model](../../guide/saved_model#saving_a_custom_model) in the [Using the SavedModel format](https://www.tensorflow.org/guide/saved_model) guide to learn more."
306+
"To export your model in TensorFlow 2, you must define a `tf.Module` or a `tf.keras.Model` to hold all of your model's variables and functions. Then, you can call `tf.saved_model.save` to create a SavedModel. Refer to the _Saving a custom model_ section in the [Using the SavedModel format](../saved_model.ipynb) guide to learn more."
307307
]
308308
},
309309
{

0 commit comments

Comments
 (0)