From 45bbbbf96bc2d962e2a1d6d91b527c90bcf7e470 Mon Sep 17 00:00:00 2001
From: Terry Heo <terryheo@google.com>
Date: Mon, 17 Aug 2020 17:46:20 -0700
Subject: [PATCH] Tiny fix on Build for ARM64 page

PiperOrigin-RevId: 327135771
Change-Id: Ib3c9ce12272f611b6d4f1cc0aa3730a9abeca5b5
---
 tensorflow/lite/g3doc/guide/build_arm64.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tensorflow/lite/g3doc/guide/build_arm64.md b/tensorflow/lite/g3doc/guide/build_arm64.md
index dea8082ad2c..c07c81cd69b 100644
--- a/tensorflow/lite/g3doc/guide/build_arm64.md
+++ b/tensorflow/lite/g3doc/guide/build_arm64.md
@@ -28,10 +28,10 @@ sudo apt-get install crossbuild-essential-arm64
 If you are using Docker, you may not use `sudo`.
 
 Now git-clone the TensorFlow repository
-(`https://github.com/tensorflow/tensorflow`)—if you're using the TensorFlow
-Docker image, the repo is already provided in `/tensorflow_src/`—and then run
-this script at the root of the TensorFlow repository to download all the
-build dependencies:
+(https://github.com/tensorflow/tensorflow)—if you're using the TensorFlow Docker
+image, the repo is already provided in `/tensorflow_src/`—and then run this
+script at the root of the TensorFlow repository to download all the build
+dependencies:
 
 ```bash
 ./tensorflow/lite/tools/make/download_dependencies.sh
@@ -59,8 +59,8 @@ sudo apt-get install build-essential
 ```
 
 Now git-clone the TensorFlow repository
-(`https://github.com/tensorflow/tensorflow`) and run this at the root of
-the repository:
+(https://github.com/tensorflow/tensorflow) and run this at the root of the
+repository:
 
 ```bash
 ./tensorflow/lite/tools/make/download_dependencies.sh