Skip to content

Commit 83f5d3c

Browse files
Merge pull request #1974 from arshPratap:docLinkFix
PiperOrigin-RevId: 423915806
2 parents 4e18720 + 32625eb commit 83f5d3c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/en/install/errors.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ question on Stack Overflow with the `tensorflow` tag.
1313
<tr><th>GitHub issue or Stack&nbsp;Overflow</th> <th>Error Message</th></tr>
1414
<tr><td><a href="https://stackoverflow.com/q/38896424">38896424</a>
1515
<a href=https://github.com/tensorflow/tensorflow/issues/31058>31058</a></td>
16-
<td>"No matching distribution found for tensorflow":
16+
<td>"No matching distribution found for tensorflow":
1717
Pip can't find a TensorFlow package compatible with your system. Check the
1818
<a href="https://tensorflow.org/install">system requirements and
19-
python version</a>
19+
Python version</a>
2020
</td>
2121
</tr>
2222
<tr>
@@ -43,12 +43,12 @@ unzip: cannot find zipfile directory in one of ./bazel-bin/tensorflow/tools/pip_
4343
No such file or directory</pre></td>
4444
</tr>
4545
<tr>
46-
<td><a href="http://stackoverflow.com/q/36371137">36371137</a> and
47-
<a href="#Protobuf31">here</a></td>
46+
<td><a href="http://stackoverflow.com/q/36371137">36371137</a></td>
4847
<td><pre>libprotobuf ERROR google/protobuf/src/google/protobuf/io/coded_stream.cc:207] A
4948
protocol message was rejected because it was too big (more than 67108864 bytes).
5049
To increase the limit (or to disable these warnings), see
51-
CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.</pre></td>
50+
<a href="https://github.com/protocolbuffers/protobuf/blob/4ffb31e90681ca06bfeca92a6068206ab78959ec/src/google/protobuf/io/coded_stream.h#L389-L406">
51+
CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.</a></pre></td>
5252
</tr>
5353
<tr>
5454
<td><a href="https://stackoverflow.com/q/35252888">35252888</a></td>

0 commit comments

Comments
 (0)