From ab9690aa913222aab2cb14eb365f6d65e40e2b96 Mon Sep 17 00:00:00 2001 From: Keyu Chen <54015474+keyuchen21@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:38:50 -0500 Subject: [PATCH] fix the 404 issues of "cheatsheet" urls the original url shows "404 - Not found" update with the new one --- .../multi-input-output/beginner-multi-input-output.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/multi-input-output/beginner-multi-input-output.ipynb b/examples/multi-input-output/beginner-multi-input-output.ipynb index 502ffaf6df..60fef87e38 100644 --- a/examples/multi-input-output/beginner-multi-input-output.ipynb +++ b/examples/multi-input-output/beginner-multi-input-output.ipynb @@ -24,7 +24,7 @@ "- Multiple inputs and outputs\n", "- Double validation techniques\n", "\n", - "I strongly recommend reading the [DSPy Cheatsheet](https://dspy-docs.vercel.app/docs/cheatsheet) it will help you with quick start.\n", + "I strongly recommend reading the [DSPy Cheatsheet](https://dspy.ai/cheatsheet/) it will help you with quick start.\n", "\n", "## How to Start?\n", "\n", @@ -1083,7 +1083,7 @@ ], "metadata": { "kernelspec": { - "display_name": "dspy", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -1097,9 +1097,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.3" + "version": "3.9.19" } }, "nbformat": 4, - "nbformat_minor": 2 + "nbformat_minor": 4 }