Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Nov 25, 2024
1 parent 6d0f80a commit b2f1118
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,18 @@
{
"source": "/evaluation/how_to_guides/evaluation/evaluate_llm_application#evaluate-on-a-particular-version-of-a-dataset",
"destination": "/evaluation/how_to_guides/evaluation/dataset_version"
},
{
"source": "/evaluation/how_to_guides/evaluation/:path*",
"destination": "/evaluation/how_to_guides/:path*"
},
{
"source": "/evaluation/how_to_guides/datasets/:path*",
"destination": "/evaluation/how_to_guides/:path*"
},
{
"source": "/evaluation/how_to_guides/human_feedback/:path*",
"destination": "/evaluation/how_to_guides/:path*"
}
],
"builds": [
Expand Down

0 comments on commit b2f1118

Please sign in to comment.