From 278c8000a060eb0a6e7d7b9d3ddec8618af13de9 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Fri, 25 May 2018 21:45:47 +0200 Subject: [PATCH] Fix getting started links --- examples/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/examples/README.md b/examples/README.md index 1eae1294..4e13ed84 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,19 +1,16 @@ # Examples for TensorFlow Transform ## Simple Example -See [getting started guide] (../getting_started.md). +See [getting started guide](../getting_started.md). ## Census Example The "Census Income" dataset is provided by the [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/Census+Income). This dataset -contains both categorical and numeric data. See the [getting started guide] -(../getting_started.md) for more details. For information on running the -example, see the [Downloading the Census dataset] -(../getting_started_guide.md#Downloading the Census dataset) section. +contains both categorical and numeric data. See the [getting started guide](../getting_started.md) for more details. For information on running the +example, see the [Downloading the Census dataset](../getting_started.md#downloading-the-census-dataset) section. ## Sentiment Analysis Example This example is similar to the `census_example.py` example but there are some differences. More extensive Beam processing is required before tf.Transform is -invoked. See the [sentiment example guide] -(sentiment_example.md#Downloading the Census dataset) for more information. +invoked. See the [sentiment example guide](sentiment_example.md#sentiment-analysis) for more information.