aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/get_started/custom_estimators.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/get_started/custom_estimators.md')
-rw-r--r--tensorflow/docs_src/get_started/custom_estimators.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/get_started/custom_estimators.md b/tensorflow/docs_src/get_started/custom_estimators.md
index 185917baae..941c3e1690 100644
--- a/tensorflow/docs_src/get_started/custom_estimators.md
+++ b/tensorflow/docs_src/get_started/custom_estimators.md
@@ -213,7 +213,7 @@ is connected to every node in the preceding layer. Here's the relevant code:
```
* The `units` parameter defines the number of output neurons in a given layer.
-* The `activation` parameter defines the [activation function](https://developers.google.com/machine-learning/glossary/#a) —
+* The `activation` parameter defines the [activation function](https://developers.google.com/machine-learning/glossary/#activation_function) —
[Relu](https://developers.google.com/machine-learning/glossary/#ReLU) in this
case.