Skip to content

Commit c2248e9

Browse files
committed
Fixed url syntax typo
1 parent b4b5f0d commit c2248e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zipkin-brave-java-spring-boot-web/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Open <http://localhost:8080/flip> in your browser.
153153

154154
The example application sends spans to SignalFx for 100% of requests. Most of
155155
the instrumentation is done by the `Zipkin Spring` library. The [main
156-
application]./src/main/java/com/signalfx/tracing/examples/Application.java#L41)
156+
application](./src/main/java/com/signalfx/tracing/examples/Application.java#L41)
157157
also wraps a function in a subspan called `calculateOdds`:
158158

159159
```java

0 commit comments

Comments
 (0)