Skip to content

Commit dbd7db2

Browse files
author
Dandelion Mané
authored
Merge pull request tensorflow#8099 from senden9/patch-1
Fix link in documentation
2 parents 83cd3fd + ac639cf commit dbd7db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/docs_src/get_started/mnist/beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ In this case, we ask TensorFlow to minimize `cross_entropy` using the
368368
with a learning rate of 0.5. Gradient descent is a simple procedure, where
369369
TensorFlow simply shifts each variable a little bit in the direction that
370370
reduces the cost. But TensorFlow also provides
371-
@{$python/train#optimizers$many other optimization algorithms}:
371+
@{$python/train#Optimizers$many other optimization algorithms}:
372372
using one is as simple as tweaking one line.
373373

374374
What TensorFlow actually does here, behind the scenes, is to add new operations

0 commit comments

Comments
 (0)