From a2bf21915b11de6a626516f74cd2a8e6a492375b Mon Sep 17 00:00:00 2001 From: Piaoger <piaoger@hotmail.com> Date: Sun, 23 Feb 2025 13:35:28 +0800 Subject: [PATCH] Correct href for rig origin bad url seems from markdown and just fixes it: ```html <td> <a href="https://rig.rs/)](https://rig.rs/">RIG</a> </td> ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 769a6c0..397ee24 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati </tr> <tr> <td> <img src="https://rig.rs/assets/favicon.png" alt="Icon" width="64" height="auto" alt="Rig (Rust)" /> </td> - <td> <a href="https://rig.rs/)](https://rig.rs/">RIG</a> </td> + <td> <a href="https://rig.rs">RIG</a> </td> <td>Build modular and scalable LLM Applications in Rust.</td> </tr> <tr>