Skip to content

Commit

Permalink
docs: fix link in subgraphs how-to (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Jul 24, 2024
1 parent ebe01c2 commit 8f6b3b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/cloud_examples/langgraph_to_langgraph_cloud.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"metadata": {},
"outputs": [
{
"name": "stdin",
"name": "stdout",
"output_type": "stream",
"text": [
"OPENAI_API_KEY: ········\n"
Expand Down Expand Up @@ -991,7 +991,7 @@
"id": "08996d90-a3ff-4655-9763-1dd4971344d4",
"metadata": {},
"source": [
"### With LangGraph Clound"
"### With LangGraph Cloud"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/subgraph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"source": [
"# How to create subgraphs\n",
"\n",
"For more complex systems, sub-graphs are a useful design principle. Sub-graphs allow you to create and manage different states in different parts of your graph. This allows you build things like [multi-agent teams](./multi_agent/hierarchical_agent_teams.ipynb), where each team can track its own separate state.\n",
"For more complex systems, sub-graphs are a useful design principle. Sub-graphs allow you to create and manage different states in different parts of your graph. This allows you build things like [multi-agent teams](https://langchain-ai.github.io/langgraph/tutorials/multi_agent/hierarchical_agent_teams/), where each team can track its own separate state.\n",
"\n",
"![Screenshot 2024-07-11 at 1.01.28 PM.png](attachment:71516aef-9c00-4730-a676-a54e90cb6472.png)"
]
Expand Down

0 comments on commit 8f6b3b6

Please sign in to comment.