Correct href for rig (#312)

origin bad url seems from markdown and just fixes it:
```html
<td> <a href="https://rig.rs/)](https://rig.rs/">RIG</a> </td>
```
This commit is contained in:
Piaoger
2025-02-24 14:44:59 +08:00
committed by GitHub
parent 7190e794a8
commit 6776e1ec00

View File

@@ -288,7 +288,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>