Skip to content

Commit

Permalink
Update the links which should have been latest in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jun 14, 2024
1 parent f8b46a9 commit 7bf5ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android_trace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ at your option.
[LICENSE-MIT]: LICENSE-MIT

<!-- Replacement intra-doc links for GitHub and crates.io. See https://linebender.org/blog/doc-include -->
[AndroidTrace]: https://docs.rs/android_trace/0.1.0/android_trace/struct.AndroidTrace.html
[AndroidTrace]: https://docs.rs/android_trace/latest/android_trace/struct.AndroidTrace.html
[dlsym]: https://man7.org/linux/man-pages/man3/dlsym.3.html
4 changes: 2 additions & 2 deletions tracing_android_trace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ at your option.
[tracing_subscriber::filter]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/index.html
[`tracing_subscriber`]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber
[`tracing_subscriber::Layer`]: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html
[`AndroidTraceLayer`]: https://docs.rs/tracing_android_trace/0.1.0/tracing_android_trace/sync_layer/struct.AndroidTraceLayer.html
[`AndroidTraceAsyncLayer`]: https://docs.rs/tracing_android_trace/0.1.0/tracing_android_trace/async_layer/struct.AndroidTraceAsyncLayer.html
[`AndroidTraceLayer`]: https://docs.rs/tracing_android_trace/latest/tracing_android_trace/sync_layer/struct.AndroidTraceLayer.html
[`AndroidTraceAsyncLayer`]: https://docs.rs/tracing_android_trace/latest/tracing_android_trace/async_layer/struct.AndroidTraceAsyncLayer.html

0 comments on commit 7bf5ef9

Please sign in to comment.