diff --git a/examples/deep_research_api/introduction_to_deep_research_api.ipynb b/examples/deep_research_api/introduction_to_deep_research_api.ipynb index dc202f0c0c..2f959f0934 100644 --- a/examples/deep_research_api/introduction_to_deep_research_api.ipynb +++ b/examples/deep_research_api/introduction_to_deep_research_api.ipynb @@ -454,7 +454,7 @@ "\n", "This setup gives developers full control over how research tasks are framed, but also places greater responsibility on the quality of the input prompt. Here's an example of a generic rewriting_prompt to better direct the subsequent deep research query.\n", "\n", - "![../../../images/intro_dr.png](../../../images/intro_dr.png)\n", + "![../../images/intro_dr.png](../../../images/intro_dr.png)\n", "\n", "Here's an example of a rewriting prompt:" ] diff --git a/examples/deep_research_api/introduction_to_deep_research_api_agents.ipynb b/examples/deep_research_api/introduction_to_deep_research_api_agents.ipynb index 43ec3e9779..a86462d908 100644 --- a/examples/deep_research_api/introduction_to_deep_research_api_agents.ipynb +++ b/examples/deep_research_api/introduction_to_deep_research_api_agents.ipynb @@ -260,7 +260,7 @@ " - Streams intermediate events for transparency\n", " - Outputs final Research Artifact (which we later parse)\n", "\n", - "![../../../images/agents_dr.png](../../../images/agents_dr.png)\n", + "![../../images/agents_dr.png](../../../images/agents_dr.png)\n", "\n", "For more insight into _how_ the MCP server is build. [See this resource.](https://cookbook.openai.com/examples/deep_research_api/how_to_build_a_deep_research_mcp_server/readme )" ]