Skip to content

Commit 42bdb88

Browse files
authored
updated broken link of tf.function
updated broken link of tf.function guide
1 parent cb26a17 commit 42bdb88

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, see the [tf.function guide](https://www.tensorflow.org//guide/function)."
410410
]
411411
},
412412
{

0 commit comments

Comments
 (0)