Skip to content

Commit 80b69a7

Browse files
committed
Fix links, and ignore non-en pages that aren't up-to-date
1 parent 1a458de commit 80b69a7

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.htmltest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ IgnoreDirs:
1010
- ^blog/(\d+/)?page/\d+
1111
# TODO drop after https://github.com/open-telemetry/opentelemetry.io/issues/5267 is fixed:
1212
- zh/docs/contributing/pr-checks
13+
# TODO drop after https://github.com/open-telemetry/opentelemetry.io/issues/5423 is fixed:
14+
- (ja|pt)/docs/concepts/instrumentation/libraries/
1315
IgnoreInternalURLs: # list of paths
1416
IgnoreURLs: # list of regexs of paths or URLs to be ignored
1517
- ^/api$

content/en/blog/2023/spring-native/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Boot 3) out of the box:
3737
```
3838

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

4646
Furthermore, they have worked to reduce the configuration to set up the logging
4747
and database instrumentation with the Starter. For example, if your application

content/en/docs/languages/java/instrumentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aliases:
55
- /docs/java/manual_instrumentation
66
- manual
77
- manual_instrumentation
8-
- /docs/languages/java/libraries/
8+
- libraries
99
weight: 10
1010
description: Instrumentation ecosystem in OpenTelemetry Java
1111
cSpell:ignore: Logback logback

0 commit comments

Comments
 (0)