Skip to content

Commit aae3ee2

Browse files
committed
docs: improve getting started readme
- Fixed an incomplete sentence in the finetuning section. - Corrected typos and wrong alt text for several image badges. - Added missing alt text to improve accessibility for the Llama API badges."
1 parent 1d62ac0 commit aae3ee2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

getting-started/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center"> Getting Started </h1>
22
<p align="center">
3-
<a href="https://llama.developer.meta.com/join_waitlist?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=getting_started"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
4-
<a href="https://llama.developer.meta.com/docs?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=getting_started"><img src="https://img.shields.io/badge/Llama_API-Documentation-4BA9FE?logo=meta" /></a>
3+
<a href="https://llama.developer.meta.com/join_waitlist?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=getting_started"><img alt="Llama API Join Waitlist" src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
4+
<a href="https://llama.developer.meta.com/docs?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=getting_started"><img alt="Llama API Documentation" src="https://img.shields.io/badge/Llama_API-Documentation-4BA9FE?logo=meta" /></a>
55

66
</p>
77
<p align="center">
@@ -11,8 +11,8 @@
1111

1212
</p>
1313
<p align="center">
14-
<a href="https://github.com/meta-llama/synthetic-data-kit"><img alt="Llama Tools Syntethic Data Kit" src="https://img.shields.io/badge/Llama_Tools-synthetic--data--kit-orange?logo=meta" /></a>
15-
<a href="https://github.com/meta-llama/llama-prompt-ops"><img alt="Llama Tools Syntethic Data Kit" src="https://img.shields.io/badge/Llama_Tools-llama--prompt--ops-orange?logo=meta" /></a>
14+
<a href="https://github.com/meta-llama/synthetic-data-kit"><img alt="Llama Tools Synthetic Data Kit" src="https://img.shields.io/badge/Llama_Tools-synthetic--data--kit-orange?logo=meta" /></a>
15+
<a href="https://github.com/meta-llama/llama-prompt-ops"><img alt="Llama Tools Synthetic Data Kit" src="https://img.shields.io/badge/Llama_Tools-llama--prompt--ops-orange?logo=meta" /></a>
1616
</p>
1717

1818
If you are new to developing with Meta Llama models, this is where you should start. This folder contains introductory-level notebooks across different techniques relating to Meta Llama.

0 commit comments

Comments
 (0)