aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2018-11-16 11:56:01 +0000
committerAron Virginas-Tar <aron.virginas-tar@arm.com>2018-11-16 12:34:19 +0000
commit48a4ae828a4692132a755ae02b517e2ceb189673 (patch)
tree998cfe48e5e8ae3e54fcddbf422c00bf66df2443
parent5c3e923b8cc09712b5a9fcc61c45b61daeda6f12 (diff)
downloadarmnn-48a4ae828a4692132a755ae02b517e2ceb189673.tar.gz
IVGCVSW-2158 BuildGuideCrossCompilation.md wrong protobuf version
Change-Id: Ibe826db4412c54aba42c45c155e7e5329861bdb1
-rw-r--r--BuildGuideCrossCompilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md
index c94a193ec3..63f9f2a496 100644
--- a/BuildGuideCrossCompilation.md
+++ b/BuildGuideCrossCompilation.md
@@ -18,7 +18,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
#### <a name="buildProtobuf">Build and install Google's Protobuf library</a>
-* Get protobuf-all-3.5.1.tar.gz from here: https://github.com/google/protobuf/releases
+* Get protobuf-all-3.5.1.tar.gz from here: https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.1
* Extract:
```bash
tar -zxvf protobuf-all-3.5.1.tar.gz