From 783fc4723c7d31ab310d882d6cc7097cd42d57db Mon Sep 17 00:00:00 2001 From: Muhammad Rashid Date: Wed, 11 Mar 2026 09:43:03 -0400 Subject: [PATCH] fix: correct broken crate documentation link in rig-core README The docs.rs link was missing the .rs TLD, pointing to https://docs/ instead of https://docs.rs/. Fixes #1503 Co-Authored-By: Claude Opus 4.6 --- rig/rig-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rig/rig-core/README.md b/rig/rig-core/README.md index 623866e8a..44917e0a6 100644 --- a/rig/rig-core/README.md +++ b/rig/rig-core/README.md @@ -1,7 +1,7 @@ # Rig Rig is a Rust library for building LLM-powered applications that focuses on ergonomics and modularity. -More information about this crate can be found in the [crate documentation](https://docs/rig-core/latest/rig/). +More information about this crate can be found in the [crate documentation](https://docs.rs/rig-core/latest/rig/). ## Table of contents - [Rig](#rig)