Skip to content

Commit 860c93c

Browse files
authored
Fix deadlinks (#729)
1 parent f024586 commit 860c93c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.dlc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
},
2727
{
2828
"pattern": "^https://twitter.com*"
29+
},
30+
{
31+
"pattern": "^https://blogs.oracle.com/javamagazine/post/a-peek-into-java-17-continuing-the-drive-to-encapsulate-the-java-runtime-internals"
2932
}
3033
],
3134
"timeout": "10s",

docs/en/setup/service-agent/java-agent/Java-Plugin-Development-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We also provide the [plugin test tool](#plugin-test-tool) to verify the data col
1111
## Concepts
1212
### Span
1313
The span is an important and recognized concept in the distributed tracing system. Learn about the **span** from the
14-
[Google Dapper Paper](https://research.google.com/pubs/pub36356.html) and
14+
[Google Dapper Paper](https://research.google/pubs/dapper-a-large-scale-distributed-systems-tracing-infrastructure/) and
1515
[OpenTracing](http://opentracing.io)
1616

1717
SkyWalking has supported OpenTracing and OpenTracing-Java API since 2017. Our concepts of the span are similar to that of the Google Dapper Paper and OpenTracing. We have also extended the span.

0 commit comments

Comments
 (0)