From 5a3a8a5541d1270aa5fe4d1b85f415e110ded675 Mon Sep 17 00:00:00 2001 From: "Erez A. Korn" Date: Mon, 6 May 2024 06:19:33 +0300 Subject: [PATCH] Correct link to Jupyter Code Executor in code-executors.ipynb (#2589) * Correct link to Jupyter Code Executor in code-executors.ipynb The link to the code executor was referencing the wrong folder. * Update website/docs/tutorial/code-executors.ipynb Co-authored-by: Eric Zhu * Update website/docs/tutorial/code-executors.ipynb Co-authored-by: Eric Zhu --------- Co-authored-by: Eric Zhu --- website/docs/tutorial/code-executors.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/tutorial/code-executors.ipynb b/website/docs/tutorial/code-executors.ipynb index 72feabf2a94..f1e0c26510e 100644 --- a/website/docs/tutorial/code-executors.ipynb +++ b/website/docs/tutorial/code-executors.ipynb @@ -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)." ] }, { @@ -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",