From 95aff1a98f03d042101fd0bb7ec85f040e0504db Mon Sep 17 00:00:00 2001 From: andylokandy Date: Tue, 13 Aug 2024 02:13:24 +0800 Subject: [PATCH] fix readme link --- README.md | 3 +-- test-statically-disable/src/main.rs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 060b2ab..28c3403 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Documentation](https://img.shields.io/docsrs/fastrace?style=flat-square&logo=rust)](https://docs.rs/fastrace/) [![MSRV 1.80.1](https://img.shields.io/badge/MSRV-1.80.1-green?style=flat-square&logo=rust)](https://www.whatrustisit.com) [![CI Status](https://img.shields.io/github/actions/workflow/status/fast/fastrace/ci.yml?style=flat-square&logo=github)](https://github.com/fast/fastrace/actions) -[![Coverage](https://img.shields.io/coveralls/github/fast/fastrace?style=flat-square)](https://coveralls.io/github/fast/fastrace?branch=main) [![License](https://img.shields.io/crates/l/fastrace?style=flat-square)](https://github.com/fast/fastrace/blob/main/LICENSE) fastrace is a tracing library [10~100x faster](#benchmarks) than others: @@ -14,7 +13,7 @@ fastrace is a tracing library [10~100x faster](#benchmarks) than others: Features: - [Extremely fast](#benchmarks) -- [Rich features for logging](https://raw.githubusercontent.com/fast/fastrace/main/fastrace/examples/logging.rs) +- [Rich features for logging](https://github.com/fast/fastrace/blob/main/fastrace/examples/logging.rs) - Compatible with [Jaeger], [Datadog], and [OpenTelemetry] ## Resources diff --git a/test-statically-disable/src/main.rs b/test-statically-disable/src/main.rs index c17a351..dfb656a 100644 --- a/test-statically-disable/src/main.rs +++ b/test-statically-disable/src/main.rs @@ -5,8 +5,7 @@ // zero overhead to the libraries, achieved through conditional compilation with the "enable" // feature. // -// The following test is designed to confirm that fastrace compiles when it's statically disabled -// in the executable. +// The following test is designed to confirm that fastrace do compile when it's statically disabled. use std::time::Duration;