diff --git a/crates/utils/re_analytics/README.md b/crates/utils/re_analytics/README.md index f2242922aa0b..bdd488e36064 100644 --- a/crates/utils/re_analytics/README.md +++ b/crates/utils/re_analytics/README.md @@ -19,7 +19,7 @@ Find out its location by running `rerun analytics config`. Run `rerun analytics disable` to opt out of all usage data collection. ### What data is collected? -The exact set of analytics events and parameters can be found here: +The exact set of analytics events and parameters can be found here: - We collect high level events about the usage of the Rerun Viewer. For example: - The event 'Viewer Opened' helps us estimate how often Rerun is used. diff --git a/crates/utils/re_capabilities/README.md b/crates/utils/re_capabilities/README.md index 2a1aa4aaa325..c61326593afe 100644 --- a/crates/utils/re_capabilities/README.md +++ b/crates/utils/re_capabilities/README.md @@ -2,8 +2,8 @@ Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates. -[![Latest version](https://img.shields.io/crates/v/re_capabilities.svg)](https://crates.io/crates/utils/re_capabilities) -[![Documentation](https://docs.rs/re_capabilities/badge.svg)](https://docs.rs/re_capabilities) +[![Latest version](https://img.shields.io/crates/v/re_capabilities.svg)](https://crates.io/crates/re_capabilitiescrates/utils/) +[![Documentation](https://docs.rs/re_capabilities/badge.svg?speculative-link)](https://docs.rs/re_capabilities?speculative-link) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) diff --git a/crates/utils/re_crash_handler/README.md b/crates/utils/re_crash_handler/README.md index 2d6aef65300d..363c7ddfc4bd 100644 --- a/crates/utils/re_crash_handler/README.md +++ b/crates/utils/re_crash_handler/README.md @@ -2,7 +2,7 @@ Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates. -[![Latest version](https://img.shields.io/crates/v/re_crash_handler.svg)](https://crates.io/crates/utils/re_crash_handler) +[![Latest version](https://img.shields.io/crates/v/re_crash_handler.svg)](https://crates.io/crates/re_crash_handler) [![Documentation](https://docs.rs/re_crash_handler/badge.svg)](https://docs.rs/re_crash_handler) ![MIT](https://img.shields.io/badge/license-MIT-blue.svg) ![Apache](https://img.shields.io/badge/license-Apache-blue.svg) diff --git a/lychee.toml b/lychee.toml index d11974584ef0..bb97b38fa5ab 100644 --- a/lychee.toml +++ b/lychee.toml @@ -103,7 +103,7 @@ exclude = [ 'https://overpass-api.de/api/interpreter', # Used by openstreetmap_data example # Avoid rate limiting. - 'https://crates.io/crates/.*', # Avoid crates.io rate-limiting + 'https://crates.io/crates/w\+', # Avoid crates.io rate-limiting 'https://github.com/rerun-io/rerun/commit/\.*', # Ignore links to our own commits (typically in changelog). 'https://github.com/rerun-io/rerun/pull/\.*', # Ignore links to our own pull requests (typically in changelog). 'https://github.com/rerun-io/rerun/issues/\.*', # Ignore links to our own issues.