diff --git a/content/en/docs/getting-started/_index.md b/content/en/docs/getting-started/_index.md index 2b60257680a5..b90ad2b72f5b 100644 --- a/content/en/docs/getting-started/_index.md +++ b/content/en/docs/getting-started/_index.md @@ -23,8 +23,8 @@ observability with OpenTelemetry looks like! -[^1]: If none of these roles apply to you, [let us know!][]. +[^1]: If none of these roles apply to you, [let us know][]. [demo]: /ecosystem/demo/ -[let us know!]: +[let us know]: https://github.com/open-telemetry/opentelemetry.io/issues/new?title=Add%20a%20new%20persona:%20My%20Persona&body=Provide%20a%20description%20of%20your%20role%20and%20responsibilities%20and%20what%20your%20observability%20goals%20are diff --git a/content/en/docs/getting-started/dev.md b/content/en/docs/getting-started/dev.md index 63063e4f9a96..73c8175a320a 100644 --- a/content/en/docs/getting-started/dev.md +++ b/content/en/docs/getting-started/dev.md @@ -13,27 +13,27 @@ OpenTelemetry can help you! To accomplish your goals of having your dependencies instrumented automatically and instrumenting your own code with our API manually, we recommend that you learn the following concepts first: -- [What is OpenTelemetry?](/docs/what-is-opentelemetry/) -- [How can I add instrumentation to my code base?](/docs/concepts/instrumentation/code-based/) +- [What is OpenTelemetry?](../../what-is-opentelemetry/) +- [How can I add instrumentation to my code base?](../../concepts/instrumentation/code-based/) If you develop libraries, frameworks or middleware that is used as a dependency within other software, we recommend that you learn how you can provide telemetry natively: -- [How can I add native instrumentation to my library?](/docs/concepts/instrumentation/libraries/) +- [How can I add native instrumentation to my library?](../../concepts/instrumentation/libraries/) Next, you can deep dive into the documentations for the -[language](/docs/languages/) you are using: - -- [C++](/docs/languages/cpp/) -- [.NET](/docs/languages/net/) -- [Erlang / Elixir](/docs/languages/erlang/) -- [Go](/docs/languages/go/) -- [Java](/docs/languages/java/) -- [JavaScript / TypeScript](/docs/languages/js/) -- [PHP](/docs/languages/php/) -- [Python](/docs/languages/python/) -- [Ruby](/docs/languages/ruby/) -- [Rust](/docs/languages/rust/) -- [Swift](/docs/languages/swift/) -- [Other](/docs/languages/other/) +[language](../../languages/) you are using: + +- [C++](../../languages/cpp/) +- [.NET](../../languages/net/) +- [Erlang / Elixir](../../languages/erlang/) +- [Go](../../languages/go/) +- [Java](../../languages/java/) +- [JavaScript / TypeScript](../../languages/js/) +- [PHP](../../languages/php/) +- [Python](../../languages/python/) +- [Ruby](../../languages/ruby/) +- [Rust](../../languages/rust/) +- [Swift](../../languages/swift/) +- [Other](../../languages/other/) diff --git a/content/en/docs/getting-started/ops.md b/content/en/docs/getting-started/ops.md index 24a16a0d0980..ac60198d37fa 100644 --- a/content/en/docs/getting-started/ops.md +++ b/content/en/docs/getting-started/ops.md @@ -14,10 +14,10 @@ OpenTelemetry can help you! To accomplish your goal of getting telemetry out of applications without touching their code, we recommend that you learn the following: -- [What is OpenTelemetry?](/docs/what-is-opentelemetry/) -- [How can I instrument applications without touching their code?](/docs/concepts/instrumentation/zero-code/) -- [How can I set up a collector?](/docs/collector/) -- [How can I get automation for Kubernetes with the OpenTelemetry Operator?](/docs/kubernetes/operator/) +- [What is OpenTelemetry?](../../what-is-opentelemetry/) +- [How can I instrument applications without touching their code?](../../concepts/instrumentation/zero-code/) +- [How can I set up a collector?](../../collector/) +- [How can I get automation for Kubernetes with the OpenTelemetry Operator?](../../kubernetes/operator/) If you are looking for a set of applications to try things out, you will find -our official [OpenTelemetry demo](/ecosystem/demo/) useful! +our official [OpenTelemetry demo](/ecosystem/demo/) useful.