Skip to content

Commit 3c99d76

Browse files
Merge pull request #2023 from mohantym:patch-1
PiperOrigin-RevId: 428867351
2 parents e16cd0d + 7eb4b26 commit 3c99d76

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](../../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)