Spaces:
Running
Running
Fix course link (#2)
Browse files- Fix course link (fc16ffb5a4e1756e06f175e44f6a4cbbe76017c2)
Co-authored-by: André Moutinho <[email protected]>
README.md
CHANGED
|
@@ -7,6 +7,7 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
|
|
|
| 10 |
<table width="100%" style="border-collapse: collapse;">
|
| 11 |
<tr>
|
| 12 |
<td style="
|
|
@@ -18,12 +19,11 @@ pinned: false
|
|
| 18 |
">
|
| 19 |
<p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 16px; font-weight: 500; color: #FFFFFF;">
|
| 20 |
🚀 New Course material is LIVE! | Follow the org to sign up
|
| 21 |
-
<a href="https://huggingface.co/learn/smol-course/unit0/1" style="color: #FFFFFF; font-weight: bold; text-decoration: none;">
|
| 22 |
-
</a>
|
| 23 |
</p>
|
| 24 |
</td>
|
| 25 |
</tr>
|
| 26 |
</table>
|
|
|
|
| 27 |
|
| 28 |

|
| 29 |
|
|
@@ -156,9 +156,9 @@ We would like to extend our gratitude to the following individuals and partners
|
|
| 156 |
|
| 157 |
Contributions are **welcome** 🤗
|
| 158 |
|
| 159 |
-
* If you _found a bug 🐛 in a notebook_, please [open an issue](https://github.com/huggingface/
|
| 160 |
-
* If you _want to improve the course_, you can [open a Pull Request](https://github.com/huggingface/
|
| 161 |
-
* If you _want to add a full section or a new unit_, the best is to [open an issue](https://github.com/huggingface/
|
| 162 |
|
| 163 |
## I still have questions
|
| 164 |
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<a href="https://huggingface.co/learn/smol-course/unit0/1" style="color: #FFFFFF; font-weight: bold; text-decoration: none;">
|
| 11 |
<table width="100%" style="border-collapse: collapse;">
|
| 12 |
<tr>
|
| 13 |
<td style="
|
|
|
|
| 19 |
">
|
| 20 |
<p style="margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; font-size: 16px; font-weight: 500; color: #FFFFFF;">
|
| 21 |
🚀 New Course material is LIVE! | Follow the org to sign up
|
|
|
|
|
|
|
| 22 |
</p>
|
| 23 |
</td>
|
| 24 |
</tr>
|
| 25 |
</table>
|
| 26 |
+
</a>
|
| 27 |
|
| 28 |

|
| 29 |
|
|
|
|
| 156 |
|
| 157 |
Contributions are **welcome** 🤗
|
| 158 |
|
| 159 |
+
* If you _found a bug 🐛 in a notebook_, please [open an issue](https://github.com/huggingface/smol-course/issues/new) and **describe the problem**.
|
| 160 |
+
* If you _want to improve the course_, you can [open a Pull Request](https://github.com/huggingface/smol-course/pulls).
|
| 161 |
+
* If you _want to add a full section or a new unit_, the best is to [open an issue](https://github.com/huggingface/smol-course/issues/new) and **describe what content you want to add before starting to write it so that we can guide you**.
|
| 162 |
|
| 163 |
## I still have questions
|
| 164 |
|