Skip to content

Commit

Permalink
Fixed 404 error in docs links (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dyadd authored Dec 15, 2024
1 parent 7f4deca commit c0cff2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/learn/programming/signatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ Prediction(

While signatures are convenient for prototyping with structured inputs/outputs, that's not the only reason to use them!

You should compose multiple signatures into bigger [DSPy modules](/building-blocks/3-modules) and [compile these modules into optimized prompts](/building-blocks/6-optimizers#what-does-a-dspy-optimizer-tune-how-does-it-tune-them) and finetunes.
You should compose multiple signatures into bigger [DSPy modules](modules.md) and [compile these modules into optimized prompts](/docs/docs/learn/optimization/optimizers.md) and finetunes.

0 comments on commit c0cff2f

Please sign in to comment.