Commit a33fbfca authored by Billy Lamberta's avatar Billy Lamberta
Browse files

Fix relative links

parent 937a530a
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
}, },
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "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", "\n",
"## Overview\n", "## Overview\n",
"\n", "\n",
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
}, },
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "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