Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f7b3715

Browse files
mayurkale22Bogdan Drutu
authored andcommitted
Fix TagMap link (#239)
1 parent 138d5e8 commit f7b3715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

encodings/BinaryEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ https://developers.google.com/protocol-buffers/docs/encoding#varints.
139139
* Multiple tag fields can contain the same tag key. All but the last value for
140140
that key should be ignored.
141141
* The
142-
[size limit for serialized Tag Contexts](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagContext.md#serialization)
142+
[size limit for serialized Tag Contexts](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#limits)
143143
should apply to all tag fields, even if some of them have duplicate keys. For
144144
example, a serialized tag context with 10,000 small tags that all have the
145145
same key should be considered too large.

tags/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ This documentation serves to document the "look and feel" of the open source tag
33
describes the key types and the overall behavior.
44

55
## Main APIs
6-
* [TagContext](TagContext.md)
6+
* [TagMap](TagMap.md)

0 commit comments

Comments
 (0)