From fc14cca0886e7ac7d1cc1b5ed75b3d7565212161 Mon Sep 17 00:00:00 2001 From: Michael Yao Date: Fri, 11 Apr 2025 16:38:45 +0800 Subject: [PATCH] Fix a 404 link in send_request.ipynb (#5280) Signed-off-by: windsonsea --- docs/backend/send_request.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backend/send_request.ipynb b/docs/backend/send_request.ipynb index 6b51b42bf..7e23702b7 100644 --- a/docs/backend/send_request.ipynb +++ b/docs/backend/send_request.ipynb @@ -166,7 +166,7 @@ "source": [ "## Using Native Generation APIs\n", "\n", - "You can also use the native `/generate` endpoint with requests, which provides more flexiblity. An API reference is available at [Sampling Parameters](../references/sampling_params.md)." + "You can also use the native `/generate` endpoint with requests, which provides more flexiblity. An API reference is available at [Sampling Parameters](sampling_params.md)." ] }, {