Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/guide/autodiff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"[backpropagation](https://en.wikipedia.org/wiki/Backpropagation) for training\n",
"neural networks.\n",
"\n",
"In this guide, you will explore ways to compute gradients with TensorFlow, especially in [eager execution](eager.ipynb)."
"In this guide, you will explore ways to compute gradients with TensorFlow, especially in [eager execution](basics.ipynb)."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is better if it's not a link at all. The target page doesn't mention eager execution & I can't find a decent alternative, so I think it's better to just leave the text, no link.

]
},
{
Expand Down