Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct link to Jupyter Code Executor in code-executors.ipynb #2589

Merged
merged 5 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/tutorial/code-executors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"\n",
"In this chapter, we will focus on the command line code executors.\n",
"For the Jupyter code executor, please refer to the topic page for \n",
"[Jupyter Code Executor](../topics/code-execution/jupyter-code-executor)."
"[Jupyter Code Executor](/docs/topics/code-execution/jupyter-code-executor)."
]
},
{
Expand Down Expand Up @@ -674,7 +674,7 @@
"Contrast to the command line code executor, the Jupyter code executor\n",
"runs all code blocks in the same Jupyter kernel, which keeps the state\n",
"in memory between executions.\n",
"See the topic page for [Jupyter Code Executor](../topics/code-execution/jupyter-code-executor).\n",
"See the topic page for [Jupyter Code Executor](/docs/topics/code-execution/jupyter-code-executor).\n",
"\n",
"The choice between command line and Jupyter code executor depends on the\n",
"nature of the code blocks in agents' conversation.\n",
Expand Down
Loading