Skip to content

Commit 8b9161a

Browse files
authored
Update intro_to_graphs.ipynb
Updated broken link for tf function guide
1 parent 5409338 commit 8b9161a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/guide/intro_to_graphs.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"\n",
7777
"Note: For those of you who are only familiar with TensorFlow 1.x, this guide demonstrates a very different view of graphs.\n",
7878
"\n",
79-
"**This is a big-picture overview that covers how `tf.function` allows you to switch from eager execution to graph execution.** For a more complete specification of `tf.function`, go to the [`tf.function` guide](function).\n"
79+
"**This is a big-picture overview that covers how `tf.function` allows you to switch from eager execution to graph execution.** For a more complete specification of `tf.function`, go to the [`tf.function` guide](https://www.tensorflow.org/guide/function).\n"
8080
]
8181
},
8282
{
@@ -843,7 +843,7 @@
843843
"source": [
844844
"## Next steps\n",
845845
"\n",
846-
"You can learn more about `tf.function` on the API reference page and by following the [Better performance with `tf.function`](function) guide."
846+
"You can learn more about `tf.function` on the API reference page and by following the [Better performance with `tf.function`](https://www.tensorflow.org/guide/function) guide."
847847
]
848848
}
849849
],

0 commit comments

Comments
 (0)