Skip to content

Commit

Permalink
Fix links, and ignore non-en pages that aren't up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Oct 17, 2024
1 parent 1a458de commit 80b69a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ IgnoreDirs:
- ^blog/(\d+/)?page/\d+
# TODO drop after https://github.com/open-telemetry/opentelemetry.io/issues/5267 is fixed:
- zh/docs/contributing/pr-checks
# TODO drop after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed:
- (ja|pt)/docs/concepts/instrumentation/libraries/
IgnoreInternalURLs: # list of paths
IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^/api$
Expand Down
10 changes: 5 additions & 5 deletions content/en/blog/2023/spring-native/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Boot 3) out of the box:
```

To get even more visibility, the Starter can be combined with
[instrumentation libraries](/docs/languages/java/libraries/). For this purpose,
the OpenTelemetry Java contributors have improved the JDBC (database) libraries
and logging instrumentation libraries. For example, for the Logback logging
library, they have added GraalVM configuration to make the library work in
native mode[^1].
[instrumentation libraries](/docs/languages/java/instrumentation/). For this
purpose, the OpenTelemetry Java contributors have improved the JDBC (database)
libraries and logging instrumentation libraries. For example, for the Logback
logging library, they have added GraalVM configuration to make the library work
in native mode[^1].

Furthermore, they have worked to reduce the configuration to set up the logging
and database instrumentation with the Starter. For example, if your application
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/languages/java/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aliases:
- /docs/java/manual_instrumentation
- manual
- manual_instrumentation
- /docs/languages/java/libraries/
- libraries
weight: 10
description: Instrumentation ecosystem in OpenTelemetry Java
cSpell:ignore: Logback logback
Expand Down

0 comments on commit 80b69a7

Please sign in to comment.