andregustavo commited on
Commit
fc16ffb
Β·
verified Β·
1 Parent(s): b10672f

Fix course link

Browse files

The <a> tag was empty so the link wasn't working. Putting it around the table makes it work.
I've also updated the github urls at the bottom.

Files changed (1) hide show
  1. README.md +5 -5
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! &nbsp;|&nbsp; 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
  ![Fine-Tuning Course thumbnail](https://github.com/huggingface/smol-course/blob/9cecab3b1eee7262413b4dfd97e92ad75ffe903e/banner.png?raw=true)
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/mcp-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/mcp-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/mcp-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
 
 
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! &nbsp;|&nbsp; Follow the org to sign up
 
 
22
  </p>
23
  </td>
24
  </tr>
25
  </table>
26
+ </a>
27
 
28
  ![Fine-Tuning Course thumbnail](https://github.com/huggingface/smol-course/blob/9cecab3b1eee7262413b4dfd97e92ad75ffe903e/banner.png?raw=true)
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