awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.3k stars 335 forks source link

fix: Correct Markdown format for Tracing link in README #844

Closed noid11 closed 5 months ago

noid11 commented 5 months ago

Issue #, if available: fix markdown link format

Description of changes: fix Trancing link format

 ## Tracing and Logging

-The Rust Runtime for Lambda integrates with the (Tracing)[https://tracing.rs] libraries to provide tracing and logging.
+The Rust Runtime for Lambda integrates with the [Tracing](https://tracing.rs) libraries to provide tracing and logging.

By submitting this pull request