[Docs] Update to use v2.0 links (#675)

This commit is contained in:
William FH
2024-06-14 12:38:44 -07:00
committed by GitHub
parent 74b01a59e8
commit 336637437e
38 changed files with 141 additions and 113 deletions
@@ -18,7 +18,7 @@
"\n",
"[AlphaCodium](https://github.com/Codium-ai/AlphaCodium) iteravely tests and improves an answer on public and AI-generated tests for a particular question. \n",
"\n",
"We will implement some of these ideas from scratch using [LangGraph](https://python.langchain.com/docs/langgraph):\n",
"We will implement some of these ideas from scratch using [LangGraph](https://langchain-ai.github.io/langgraph/):\n",
"\n",
"1. We show how to route user questions to different types of documentation\n",
"2. We we will show how to perform inline unit tests to confirm imports and code execution work\n",