Skip to content

Commit

Permalink
fix the 404 issues of "cheatsheet" urls (#1892)
Browse files Browse the repository at this point in the history
the original url shows "404 - Not found"
update with the new one
  • Loading branch information
keyuchen21 authored Dec 5, 2024
1 parent 69e7bde commit a0340c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/multi-input-output/beginner-multi-input-output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1083,7 +1083,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "dspy",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -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
}

0 comments on commit a0340c7

Please sign in to comment.