Skip to content

Commit

Permalink
docs: fix code references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Feb 12, 2024
1 parent b95ab5b commit 061d08a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ provided to the [init function](#initialize-tracing).

## Example

For an example on how to create custom spans see [tracing interceptor](src/interceptors/tracing.interceptor.ts)
For an example on how to create custom spans see [tracing interceptor][tracing interceptor]
and for more information, please read the [opentelemetry tracing documentation][opentelemetry-tracing].

## Debug
Expand Down Expand Up @@ -241,9 +241,10 @@ This project is licensed under the MIT license. See the [LICENSE](LICENSE) file

[lb4-debug-strings]: https://loopback.io/doc/en/lb4/Setting-debug-strings.html

[default-config]: https://github.com/nflaig/loopback4-tracing/blob/master/src/constants.ts#L12
[env-vars]: https://github.com/nflaig/loopback4-tracing/blob/master/src/constants.ts#L58
[tracing-options]: https://github.com/nflaig/loopback4-tracing/blob/master/src/types.ts#L21
[default-config]: https://github.com/nflaig/loopback4-tracing/blob/main/src/constants.ts#L16
[env-vars]: https://github.com/nflaig/loopback4-tracing/blob/main/src/constants.ts#L48
[tracing-options]: https://github.com/nflaig/loopback4-tracing/blob/main/src/types.ts#L17
[tracing interceptor]: https://github.com/nflaig/loopback4-tracing/blob/main/src/interceptors/tracing.interceptor.ts

[opentelemetry-tracing]: https://github.com/open-telemetry/opentelemetry-js-api/blob/main/docs/tracing.md
[opentelemtry-specifications]: https://github.com/open-telemetry/opentelemetry-specification
Expand Down

0 comments on commit 061d08a

Please sign in to comment.