diff --git a/README.md b/README.md index 74d087d..eb9bba1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Install from the [Visual Studio Code Marketplace](https://marketplace.visualstud The Database Client extension will collects and sends anonymous usage data to the Database Client server to help improve our products and services. Read our [Privacy Statement](https://database-client.com/#/privacyPolicy) to learn more. -Telemetry reporting follows the telemetry settings of VS Code. Additionally, you can independently disable it by setting `"database-client.telemetry.usesOnlineServices": false`. +Telemetry reporting follows the [telemetry settings](https://code.visualstudio.com/docs/getstarted/telemetry) of VS Code. Additionally, you can independently disable it by setting `"database-client.telemetry.usesOnlineServices": false`. ## Connect @@ -96,4 +96,4 @@ Click the history button to open the list of recently executed query history rec - [node-postgres](https://github.com/brianc/node-postgres): PostgreSQL client. - [tedious](https://github.com/tediousjs/tedious): SqlServer client. - [ioredis](https://github.com/luin/ioredis): Redis client. - - [vscode-sqlite](https://github.com/AlexCovizzi/vscode-sqlite): SQLite client code reference. \ No newline at end of file + - [vscode-sqlite](https://github.com/AlexCovizzi/vscode-sqlite): SQLite client code reference.