From 2fe4061e24e7de25e4939075082b82067e20be89 Mon Sep 17 00:00:00 2001 From: Bhanuprakash Bahoju <119474223+bhanuprakashbahoju@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:20:04 +0530 Subject: [PATCH] docs: fix prepared statements examples link (#2405) * Update prepared-statements.mdx the link in the page was not changed when deployed, it was still routing to localhost. changed to github.io link, now working properly. * Update prepared-statements.mdx updated as per feedback --- website/docs/documentation/prepared-statements.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/documentation/prepared-statements.mdx b/website/docs/documentation/prepared-statements.mdx index 2cd0bfb544..73478110a5 100644 --- a/website/docs/documentation/prepared-statements.mdx +++ b/website/docs/documentation/prepared-statements.mdx @@ -93,4 +93,4 @@ connection.execute( ## Examples -For Prepared Statements examples, please see [here](http://localhost:3000/node-mysql2/docs/examples/queries/prepared-statements). +For Prepared Statements examples, please see [here](/docs/examples/queries/prepared-statements).