Skip to content

Commit 084cc43

Browse files
committed
fix links
1 parent 7f575a0 commit 084cc43

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/config/lychee.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ max_concurrency = 4
99
# Check link anchors
1010
include_fragments = true
1111

12+
remap = [
13+
# workaround for https://github.com/lycheeverse/lychee/issues/1729
14+
"https://github.com/(.*?)/(.*?)/blob/(.*?)/(.*#.*)$ https://raw.githubusercontent.com/$1/$2/$3/$4"
15+
]
16+
1217
exclude = [
1318
"^http://localhost:",
1419
"^http://0.0.0.0:",

grpc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
This is a simple example that demonstrates how to use the OpenTelemetry SDK
77
to *manually* instrument a simple GRPC based Client/Server application.
8-
This example utilizes the [opentelemetry-grpc-1.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/grpc-1.6/library#library-instrumentation-for-grpc-160)
8+
This example utilizes the [opentelemetry-grpc-1.6](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/grpc-1.6/library/README.md#library-instrumentation-for-grpc-160)
99
to instrument both the GRPC client and server.
1010

1111
# How to run
@@ -34,4 +34,4 @@ java -cp ./build/libs/opentelemetry-examples-grpc-0.1.0-SNAPSHOT-all.jar io.open
3434
## Result
3535
![trace_result.png](trace_result.png)
3636
![client_trace.png](client_trace.png)
37-
![server_trace.png](server_trace.png)
37+
![server_trace.png](server_trace.png)

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
lychee = "0.18.1"
2+
lychee = "0.20.1"
33

44
[tasks.link-check]
55
run = 'lychee --verbose --config .github/config/lychee.toml .'

0 commit comments

Comments
 (0)