mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration
synced 2025-03-09 22:23:20 +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
@ -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…
Reference in New Issue
Block a user