Skip to content

Commit

Permalink
docs: fix prepared statements examples link (#2405)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bhanuprakashbahoju authored Jan 29, 2024
1 parent b9069c4 commit 2fe4061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/documentation/prepared-statements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 2fe4061

Please sign in to comment.