aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Pratik Kalshetti <pmkalshetti@users.noreply.github.com>2018-07-17 16:24:55 +0530
committerGravatar GitHub <noreply@github.com>2018-07-17 16:24:55 +0530
commit5601154e98e693d217b12808ddb60871772cea9c (patch)
tree369eef8af7820c15e4345f795d8bf4abd5439503 /tensorflow/docs_src
parentc091185930eee5a3f87cfbe5e367a3cfc8b717e8 (diff)
correct url
correct broken url for 1) Eager Execution
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/tutorials/eager/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/tutorials/eager/index.md b/tensorflow/docs_src/tutorials/eager/index.md
index 5445e0c343..a13b396094 100644
--- a/tensorflow/docs_src/tutorials/eager/index.md
+++ b/tensorflow/docs_src/tutorials/eager/index.md
@@ -5,7 +5,7 @@ operations. Write custom layers, forward passes, and training loops with
auto&nbsp;differentiation. Start with these notebooks, then read the
[eager execution guide](../../guide/eager).
-1. <span>[Eager execution](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/notebooks/eager_intro.ipynb){:.external}</span>
+1. <span>[Eager execution](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/notebooks/eager_basics.ipynb){:.external}</span>
2. <span>[Automatic differentiation and gradient tape](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/notebooks/automatic_differentiation.ipynb){:.external}</span>
3. <span>[Custom training: basics](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/notebooks/custom_training.ipynb){:.external}</span>
4. <span>[Custom layers](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/eager/python/examples/notebooks/custom_layers.ipynb){:.external}</span>