"docs/vscode:/vscode.git/clone" did not exist on "578c1546c328c68e601bfd2e2309ed175ee343d9"
Unverified Commit b07b494e authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #4767 from lamberta/fix-links

Fix relative links in linear notebook
parents 937a530a a33fbfca
......@@ -95,7 +95,7 @@
},
"cell_type": "markdown",
"source": [
"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",
"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",
"\n",
"## Overview\n",
"\n",
......@@ -138,7 +138,7 @@
},
"cell_type": "markdown",
"source": [
"And let's enable [eager execution](../../guide/eager.md) to inspect this program as we run it:"
"And let's enable [eager execution](https://www.tensorflow.org/guide/eager) to inspect this program as we run it:"
]
},
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment