Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 68fc8e4

Browse files
gliushtsloughter
authored andcommitted
Fixes links to the documents (#153)
1 parent 37d708e commit 68fc8e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ some_fun() ->
5252
end).
5353
```
5454

55-
More details on working with spans can be found [here](span.md) and in the modules documentation for [ocp](ocp.md), [oc_trace](oc_trace.md) and [oc_span](oc_span.md).
55+
More details on working with spans can be found [here](doc/span.md) and in the modules documentation for [ocp](doc/ocp.md), [oc_trace](doc/oc_trace.md) and [oc_span](doc/oc_span.md).
5656

5757
#### <a name="Propagating_Span_Context">Propagating Span Context</a> ####
5858

@@ -65,11 +65,11 @@ Additionally `oc_propagation_binary` will encode and decode a binary form used f
6565

6666
#### <a name="Samplers">Samplers</a> ####
6767

68-
[oc_sampler_never](oc_sampler_never.md): Never enable a new trace, but keeps a trace enabled if its propagated context is enabled.
68+
[oc_sampler_never](doc/oc_sampler_never.md): Never enable a new trace, but keeps a trace enabled if its propagated context is enabled.
6969

70-
[oc_sampler_always](oc_sampler_always.md): Enable every new trace for sampling.
70+
[oc_sampler_always](doc/oc_sampler_always.md): Enable every new trace for sampling.
7171

72-
[oc_sampler_probability](oc_sampler_probability.md): Takes a probability, default 0.5, that any new trace will be sampled.
72+
[oc_sampler_probability](doc/oc_sampler_probability.md): Takes a probability, default 0.5, that any new trace will be sampled.
7373

7474

7575
#### <a name="Reporters">Reporters</a> ####

0 commit comments

Comments
 (0)