mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
trace: Fix tokio-trace documentation url in the README (#939)
This commit is contained in:
committed by
Carl Lerche
parent
195c4b0496
commit
db4019d84a
@@ -2,7 +2,7 @@
|
||||
|
||||
A scoped, structured logging and diagnostics system.
|
||||
|
||||
[Documentation](https://tokio-rs.github.io/tokio/tokio_trace/index.html)
|
||||
[Documentation](https://tokio-rs.github.io/tokio/doc/tokio_trace/)
|
||||
|
||||
## Overview
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Core primitives for `tokio-trace`.
|
||||
|
||||
[Documentation](https://tokio-rs.github.io/tokio/tokio_trace_core/index.html)
|
||||
[Documentation](https://tokio-rs.github.io/tokio/doc/tokio_trace_core/index.html)
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -34,16 +34,16 @@ API. However, this crate's API will change very infrequently, so it may be used
|
||||
when dependencies must be very stable.
|
||||
|
||||
[`tokio-trace`]: ../
|
||||
[`Span`]: https://tokio-rs.github.io/tokio/tokio_trace_core/span/struct.Span.html
|
||||
[`Event`]: https://tokio-rs.github.io/tokio/tokio_trace_core/event/struct.Event.html
|
||||
[`Subscriber`]: https://tokio-rs.github.io/tokio/tokio_trace_core/subscriber/trait.Subscriber.html
|
||||
[`Metadata`]: https://tokio-rs.github.io/tokio/tokio_trace_core/metadata/struct.Metadata.html
|
||||
[`Callsite`]: https://tokio-rs.github.io/tokio/tokio_trace_core/callsite/trait.Callsite.html
|
||||
[`Field`]: https://tokio-rs.github.io/tokio/tokio_trace_core/field/struct.Field.html
|
||||
[`FieldSet`]: https://tokio-rs.github.io/tokio/tokio_trace_core/field/struct.FieldSet.html
|
||||
[`Value`]: https://tokio-rs.github.io/tokio/tokio_trace_core/field/trait.Value.html
|
||||
[`ValueSet`]: https://tokio-rs.github.io/tokio/tokio_trace_core/field/struct.ValueSet.html
|
||||
[`Dispatch`]: https://tokio-rs.github.io/tokio/tokio_trace_core/dispatcher/struct.Dispatch.html
|
||||
[`Span`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/span/struct.Span.html
|
||||
[`Event`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/event/struct.Event.html
|
||||
[`Subscriber`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/subscriber/trait.Subscriber.html
|
||||
[`Metadata`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/metadata/struct.Metadata.html
|
||||
[`Callsite`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/callsite/trait.Callsite.html
|
||||
[`Field`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/field/struct.Field.html
|
||||
[`FieldSet`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/field/struct.FieldSet.html
|
||||
[`Value`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/field/trait.Value.html
|
||||
[`ValueSet`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/field/struct.ValueSet.html
|
||||
[`Dispatch`]: https://tokio-rs.github.io/tokio/doc/tokio_trace_core/dispatcher/struct.Dispatch.html
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user