Skip to content

Commit 2fe4061

Browse files
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
1 parent b9069c4 commit 2fe4061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/documentation/prepared-statements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ connection.execute(
9393

9494
## Examples
9595

96-
For Prepared Statements examples, please see [here](http://localhost:3000/node-mysql2/docs/examples/queries/prepared-statements).
96+
For Prepared Statements examples, please see [here](/docs/examples/queries/prepared-statements).

0 commit comments

Comments
 (0)