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

Commit

Permalink
Fix 404 on TagContext spec (#565)
Browse files Browse the repository at this point in the history
Current link to specs/TagContext are wrong due to a renaming of TagContext.md into TagMap.md
  • Loading branch information
bdelbosc authored and songy23 committed Feb 5, 2019
1 parent 5ff25b8 commit e77a038
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion content/tag/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Tags are key-value used to filter and group metrics while annotations are used t

Resource|URL
---|---
TagContext in OpenCensus specs|[TagContext API](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagContext.md)
TagContext in OpenCensus specs|[TagContext API](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md)
Go tag package|https://godoc.org/go.opencensus.io/tag
Java tags package|[Tags API JavaDoc](https://static.javadoc.io/io.opencensus/opencensus-api/0.16.1/io/opencensus/tags/package-frame.html)
Python tags package|[Tags API implementation](https://github.com/census-instrumentation/opencensus-python/tree/master/opencensus/tags)
Expand Down
2 changes: 1 addition & 1 deletion content/tag/key.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const keyMethod = "method";

Resource|URL
---|---
Specs definition|[specs/TagContext.TagKey](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagContext.md#tagkey)
Specs definition|[specs/TagContext.TagKey](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#tagkey)
Go TagKey API|[TagKey](https://godoc.org/go.opencensus.io/tag#Key)
Java TagKey API|[TagKey JavaDoc](https://static.javadoc.io/io.opencensus/opencensus-api/0.16.1/io/opencensus/tags/TagKey.html)
Python TagKey reference|[Github implementation](https://github.com/census-instrumentation/opencensus-python/blob/fc42d70f0c9f423b22d0d6a55cc1ffb0e3e478c8/opencensus/tags/tag_key.py#L15-L34)
Expand Down
2 changes: 1 addition & 1 deletion content/tag/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ const keyMethod = "method";

Resource|URL
---|---
Specs reference|[specs.TagContext](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagContext.md#tag-context-api)
Specs reference|[specs.TagContext](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#tagmap)
Go reference|[tag.New](https://godoc.org/go.opencensus.io/tag#New)
Java reference|[TagContext](https://static.javadoc.io/io.opencensus/opencensus-api/0.16.1/io/opencensus/tags/TagContext.html)
4 changes: 2 additions & 2 deletions content/tag/serialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ The "combined size" restriction applies to deserialized tags so that the set of

Resource|URL
---|---
Serialization specs reference|[specs/TagContext.Serialization](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagContext.md#serialization)
Error handling specs reference|[specs/TagContext.Serialization.ErrorHandling](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagContext.md#error-handling)
Serialization specs reference|[specs/TagContext.Serialization](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#encoding)
Error handling specs reference|[specs/TagContext.Serialization.ErrorHandling](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#error-handling)

2 changes: 1 addition & 1 deletion content/tag/value.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const methodValue = "memcache.Client.Get";

Resource|URL
---|---
Specs reference|[specs/TagContext.TagValue](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagContext.md#tagvalue)
Specs reference|[specs/TagContext.TagValue](https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#tagvalue)
Go TagValue API|[TagMutator](https://godoc.org/go.opencensus.io/tag#Mutator)
Java TagValue API|[TagValue JavaDoc](https://static.javadoc.io/io.opencensus/opencensus-api/0.16.1/io/opencensus/tags/TagValue.html)
Python TagValue reference|[Github implementation](https://github.com/census-instrumentation/opencensus-python/blob/fc42d70f0c9f423b22d0d6a55cc1ffb0e3e478c8/opencensus/tags/tag_value.py#L15-L34)
Expand Down

0 comments on commit e77a038

Please sign in to comment.