@@ -13,27 +13,27 @@ OpenTelemetry can help you! To accomplish your goals of having your dependencies
13
13
instrumented automatically and instrumenting your own code with our API
14
14
manually, we recommend that you learn the following concepts first:
15
15
16
- - [ What is OpenTelemetry?] ( /docs /what-is-opentelemetry/)
17
- - [ How can I add instrumentation to my code base?] ( /docs /concepts/instrumentation/code-based/)
16
+ - [ What is OpenTelemetry?] ( ../.. /what-is-opentelemetry/)
17
+ - [ How can I add instrumentation to my code base?] ( ../.. /concepts/instrumentation/code-based/)
18
18
19
19
If you develop libraries, frameworks or middleware that is used as a dependency
20
20
within other software, we recommend that you learn how you can provide telemetry
21
21
natively:
22
22
23
- - [ How can I add native instrumentation to my library?] ( /docs /concepts/instrumentation/libraries/)
23
+ - [ How can I add native instrumentation to my library?] ( ../.. /concepts/instrumentation/libraries/)
24
24
25
25
Next, you can deep dive into the documentations for the
26
- [ language] ( /docs /languages/) you are using:
27
-
28
- - [ C++] ( /docs /languages/cpp/)
29
- - [ .NET] ( /docs /languages/net/)
30
- - [ Erlang / Elixir] ( /docs /languages/erlang/)
31
- - [ Go] ( /docs /languages/go/)
32
- - [ Java] ( /docs /languages/java/)
33
- - [ JavaScript / TypeScript] ( /docs /languages/js/)
34
- - [ PHP] ( /docs /languages/php/)
35
- - [ Python] ( /docs /languages/python/)
36
- - [ Ruby] ( /docs /languages/ruby/)
37
- - [ Rust] ( /docs /languages/rust/)
38
- - [ Swift] ( /docs /languages/swift/)
39
- - [ Other] ( /docs /languages/other/)
26
+ [ language] ( ../.. /languages/) you are using:
27
+
28
+ - [ C++] ( ../.. /languages/cpp/)
29
+ - [ .NET] ( ../.. /languages/net/)
30
+ - [ Erlang / Elixir] ( ../.. /languages/erlang/)
31
+ - [ Go] ( ../.. /languages/go/)
32
+ - [ Java] ( ../.. /languages/java/)
33
+ - [ JavaScript / TypeScript] ( ../.. /languages/js/)
34
+ - [ PHP] ( ../.. /languages/php/)
35
+ - [ Python] ( ../.. /languages/python/)
36
+ - [ Ruby] ( ../.. /languages/ruby/)
37
+ - [ Rust] ( ../.. /languages/rust/)
38
+ - [ Swift] ( ../.. /languages/swift/)
39
+ - [ Other] ( ../.. /languages/other/)
0 commit comments