From b18743c26bf39615cf24880dea02bc53f486bec2 Mon Sep 17 00:00:00 2001 From: chetanr-25 Date: Tue, 8 Sep 2026 03:13:39 +0530 Subject: [PATCH] Fix broken relative links in function.ipynb guide The "Further reading" section used ../../guide/ prefixes, which pointed outside the guide/ directory even though the target files (saved_model.ipynb, graph_optimization.ipynb, profiler.md) live in the same directory as function.ipynb. Updated to correct same-directory relative links. Also ran nbfmt per CONTRIBUTING.md, which removed stale Colab metadata fields (private_outputs, empty provenance). --- site/en/guide/function.ipynb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/en/guide/function.ipynb b/site/en/guide/function.ipynb index f4677f21eb8..5ad3eb0b133 100644 --- a/site/en/guide/function.ipynb +++ b/site/en/guide/function.ipynb @@ -1999,15 +1999,13 @@ "source": [ "## Further reading\n", "\n", - "To learn about how to export and load a `tf.function`, see the [SavedModel guide](../../guide/saved_model). To learn more about graph optimizations that are performed after tracing, see the [Grappler guide](../../guide/graph_optimization). To learn how to optimize your data pipeline and profile your model, see the [Profiler guide](../../guide/profiler.md)." + "To learn about how to export and load a `tf.function`, see the [SavedModel guide](saved_model.ipynb). To learn more about graph optimizations that are performed after tracing, see the [Grappler guide](graph_optimization.ipynb). To learn how to optimize your data pipeline and profile your model, see the [Profiler guide](profiler.md)." ] } ], "metadata": { "colab": { "name": "function.ipynb", - "private_outputs": true, - "provenance": [], "toc_visible": true }, "kernelspec": {