Browse Source

fixing readme links

Beto de Paola 1 month ago
parent
commit
0ac5a384b5
4 changed files with 4 additions and 7 deletions
  1. 1 1
      3p-integrations/README.md
  2. 1 1
      README.md
  3. 1 4
      end-to-end-use-cases/README.md
  4. 1 1
      getting-started/README.md

+ 1 - 1
3p-integrations/README.md

@@ -1,6 +1,6 @@
 <h1 align="center"> Llama 3P Integrations </h1>
 <p align="center">
-	<a href="https://bit.ly/llama-api-3p"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
+	<a href="https://llama.developer.meta.com/join_waitlist?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=3p_integrations"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
 	<a href="https://llama.developer.meta.com/docs?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=3p_integrations"><img src="https://img.shields.io/badge/Llama_API-Documentation-4BA9FE?logo=meta" /></a>
 
 </p>

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 <h1 align="center"> Llama Cookbook </h1>
 <p align="center">
-	<a href="https://bit.ly/llama-api-main"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
+	<a href="https://llama.developer.meta.com/join_waitlist?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=main"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
 	<a href="https://llama.developer.meta.com/docs?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=main"><img src="https://img.shields.io/badge/Llama_API-Documentation-4BA9FE?logo=meta" /></a>
 
 </p>

+ 1 - 4
end-to-end-use-cases/README.md

@@ -1,6 +1,6 @@
 <h1 align="center"> End to End Use Applications using various Llama Models </h1>
 <p align="center">
-	<a href="https://bit.ly/llama-api-e2e"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
+	<a href="https://llama.developer.meta.com/join_waitlist?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=end_to_end"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
 	<a href="https://llama.developer.meta.com/docs?utm_source=llama-cookbook&utm_medium=readme&utm_campaign=end_to_end"><img src="https://img.shields.io/badge/Llama_API-Documentation-4BA9FE?logo=meta" /></a>
 
 </p>
@@ -103,6 +103,3 @@ This step-by-step tutorial shows how to use the [Messenger Platform](https://dev
 
 ### RAG Chatbot Example (running [locally](./customerservice_chatbots/RAG_chatbot/RAG_Chatbot_Example.ipynb)
 A complete example of how to build a Llama 3 chatbot hosted on your browser that can answer questions based on your own data using retrieval augmented generation (RAG).
-
-
-

+ 1 - 1
getting-started/README.md

@@ -1,6 +1,6 @@
 <h1 align="center"> Geting Started </h1>
 <p align="center">
-	<a href="https://bit.ly/llama-api-gs"><img src="https://img.shields.io/badge/Llama_API-Join_Waitlist-brightgreen?logo=meta" /></a>
+	<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>
 	<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>
 
 </p>