mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-02 18:24:04 +00:00
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:
parent
7190e794a8
commit
6776e1ec00
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue