Skip to content

Commit 581be14

Browse files
committed
Make version clearer + remove unused links.
1 parent 28e14b2 commit 581be14

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

opentracing-span-propagation/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add it to your classpath.
1414
<dependency>
1515
<groupId>nl.talsmasoftware.context</groupId>
1616
<artifactId>opentracing-span-propagation</artifactId>
17-
<version>[see above]</version>
17+
<version>[see maven-central version above]</version>
1818
</dependency>
1919
```
2020

@@ -28,7 +28,3 @@ background thread you start with the `ContextAwareExecutorService`.
2828
[maven]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22nl.talsmasoftware.context%22%20AND%20a%3A%22opentracing-span-propagation%22
2929
[opentracing-img]: https://img.shields.io/badge/OpenTracing-enabled-blue.svg
3030
[opentracing]: http://opentracing.io
31-
32-
[servletrequest-propagation]: servletrequest-propagation
33-
[opentracing-spanmanager]: https://github.com/opentracing-contrib/java-spanmanager
34-
[default constructor]: https://en.wikipedia.org/wiki/Nullary_constructor

0 commit comments

Comments
 (0)