From 1c9e73a7a54413e205c9d0b127c61f0cb1adda34 Mon Sep 17 00:00:00 2001 From: Justin Francis Date: Fri, 1 Jul 2016 10:58:02 -0700 Subject: [PATCH] Update README.md (#3133) Fixed spelling mistake line 64 Fixed link to NDK line 107 --- tensorflow/contrib/makefile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/contrib/makefile/README.md b/tensorflow/contrib/makefile/README.md index ebaacdfcd98..200515c1810 100644 --- a/tensorflow/contrib/makefile/README.md +++ b/tensorflow/contrib/makefile/README.md @@ -61,7 +61,7 @@ On Ubuntu, you can do this: ```bash sudo apt-get install autoconf automake libtool curl make g++ unzip pushd . -cd tensforflow/contrib/makefile/downloads/protobuf +cd tensorflow/contrib/makefile/downloads/protobuf ./autogen.sh ./configure make @@ -104,7 +104,7 @@ tensorflow/contrib/makefile/gen/bin/benchmark \ ## Android First, you will need to download and unzip the -[Native Development Kit (NDK)](http://developers.google.com/ndk). You will not +[Native Development Kit (NDK)](https://developer.android.com/ndk/). You will not need to install the standalone toolchain, however. Assign your NDK location to $NDK_ROOT: