Skip to content

Commit 3c10e71

Browse files
authored
Remove link to eager (TF Basics) in Autodiff guide
1 parent 9829872 commit 3c10e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/autodiff.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"[backpropagation](https://en.wikipedia.org/wiki/Backpropagation) for training\n",
7676
"neural networks.\n",
7777
"\n",
78-
"In this guide, you will explore ways to compute gradients with TensorFlow, especially in [eager execution](basics.ipynb)."
78+
"In this guide, you will explore ways to compute gradients with TensorFlow, especially in eager execution."
7979
]
8080
},
8181
{

0 commit comments

Comments
 (0)