From b13985f31d8d56d8fbb6a645d217021f8373e23e Mon Sep 17 00:00:00 2001 From: michaelessiet Date: Mon, 30 Dec 2024 22:19:38 +0100 Subject: [PATCH] fix: deploy to vercel readme button --- examples/agent-kit-nextjs-langchain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/agent-kit-nextjs-langchain/README.md b/examples/agent-kit-nextjs-langchain/README.md index 35a905d..fafec02 100644 --- a/examples/agent-kit-nextjs-langchain/README.md +++ b/examples/agent-kit-nextjs-langchain/README.md @@ -1,7 +1,7 @@ # SolanaAgentKit 🦜️🔗 LangChain + Next.js Starter Template [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/michaelessiet/solana-agent-nextjs-starter-langchain) -[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmichaelessiet%2Fsolana-agent-nextjs-starter-langchain) +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsendaifun%2Fsolana-agent-kit%2Ftree%2Fmain%2Fexamples%2Fagent-kit-nextjs-langchain&env=OPENAI_API_KEY,RPC_URL,SOLANA_PRIVATE_KEY&project-name=solana-agent-kit&repository-name=sak-yourprojectname) This template scaffolds a SolanaAgentKit + LangChain.js + Next.js starter app.