Skip to content

Commit d9d5c92

Browse files
authored
update Know Your Data Section on nav-bar (#166)
1 parent 9fb9435 commit d9d5c92

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/config/sideBarData.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ export const sideBarData = [
119119
id: nextId(),
120120
label: "Know Your Data",
121121
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"}
124125
],
125126
link: "/docs/null"
126127
}

0 commit comments

Comments
 (0)