File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,9 @@ export const sideBarData = [
119
119
id : nextId ( ) ,
120
120
label : "Know Your Data" ,
121
121
items : [
122
- { label : "Traces" , link : "https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/overview.md" } ,
123
- { label : "Metrics" , link : "https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/overview.md" }
122
+ { label : "Traces" , link : "https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#tracing-signal" } ,
123
+ { label : "Metrics" , link : "https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#metric-signal" } ,
124
+ { label : "Logs" , link : "https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/overview.md#log-signal" }
124
125
] ,
125
126
link : "/docs/null"
126
127
}
You can’t perform that action at this time.
0 commit comments