Skip to content

Commit 7eb4b26

Browse files
authored
Update tf.function guide link in saved_model.ipynb
1 parent 42bdb88 commit 7eb4b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/saved_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
"\n",
407407
"Briefly, `tf.function` works by tracing the Python code to generate a ConcreteFunction (a callable wrapper around `tf.Graph`). When saving a `tf.function`, you're really saving the `tf.function`'s cache of ConcreteFunctions.\n",
408408
"\n",
409-
"To learn more about the relationship between `tf.function` and ConcreteFunctions, see the [tf.function guide](https://www.tensorflow.org//guide/function)."
409+
"To learn more about the relationship between `tf.function` and ConcreteFunctions, refer to the [tf.function guide](function.ipynb)."
410410
]
411411
},
412412
{

0 commit comments

Comments
 (0)