You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
documentation: update documentation path pattern and add all *.md to lint checker (#2049)
* documentation: move to `documentation`
* documentation: update the README documentation links
* documentation: update the zh-cn README documentation links
* documentation: update the Readme documentation links
* documentation: change the README documentation links to local branch
* documentation: change the Promise-Wrapper links to local branch
* documentation: change the zh-cn README documentation links to local branch
* documentation: change the documentation Readme links to local branch
* documentation: update the Promise-Wrapper link
* documentation: update the documentation link to `en`
* fix: eslint markdown rules
* fix: check for README.md in `lint:docs` script
MySQL2 exposes a .promise() function on Connections, to "upgrade" an existing non-promise connection to use promise
@@ -258,7 +259,7 @@ If you find any other incompatibility with [Node MySQL][node-mysql], Please repo
258
259
259
260
## Documentation
260
261
261
-
You can find more detailed documentation [here](https://github.com/sidorares/node-mysql2/tree/master/documentation). You should also check various code [examples](https://github.com/sidorares/node-mysql2/tree/master/examples) to understand advanced concepts.
262
+
You can find more detailed documentation [here](./documentation/en). You should also check various code [examples](./examples) to understand advanced concepts.
0 commit comments