Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b07b494

Browse files
authored
Merge pull request tensorflow#4767 from lamberta/fix-links
Fix relative links in linear notebook
2 parents 937a530 + a33fbfc commit b07b494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/core/tutorials/estimators/linear.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
},
9696
"cell_type": "markdown",
9797
"source": [
98-
"This tutorial uses the `tf.estimator` API in TensorFlow to solve a benchmark binary classification problem. Estimators are TensorFlow's most scalable and production-oriented model type. For more information see the [Estimator guide](../../guide/estimators.md).\n",
98+
"This tutorial uses the `tf.estimator` API in TensorFlow to solve a benchmark binary classification problem. Estimators are TensorFlow's most scalable and production-oriented model type. For more information see the [Estimator guide](https://www.tensorflow.org/guide/estimators).\n",
9999
"\n",
100100
"## Overview\n",
101101
"\n",
@@ -138,7 +138,7 @@
138138
},
139139
"cell_type": "markdown",
140140
"source": [
141-
"And let's enable [eager execution](../../guide/eager.md) to inspect this program as we run it:"
141+
"And let's enable [eager execution](https://www.tensorflow.org/guide/eager) to inspect this program as we run it:"
142142
]
143143
},
144144
{

0 commit comments

Comments
 (0)