diff --git a/source/connect/connection-options.txt b/source/connect/connection-options.txt index fbffaa407..c40ae4c7f 100644 --- a/source/connect/connection-options.txt +++ b/source/connect/connection-options.txt @@ -28,6 +28,10 @@ For more information on setting connection options directly in a connection string, see :manual:`Connection Strings ` in the {+mdb-server+} manual. +.. Check if we should add back utf-8 validation page. If so, add this line + back to validation option: + You can also set UTF-8 validation in your :ref:`Node.js code `. + .. list-table:: :header-rows: 1 :widths: 30 20 10 40 @@ -119,8 +123,7 @@ string, see :manual:`Connection Strings ` in the can result in loss of data. Disabling UTF-8 validation is a temporary workaround to query or export data only. - You can also set UTF-8 validation in your :ref:`Node.js code - `. To learn more about UTF-8 characters, + To learn more about UTF-8 characters, see `UTF-8 `__ on Wikipedia. * - **heartbeatFrequencyMS** diff --git a/source/monitoring-and-logging/change-streams.txt b/source/monitoring-and-logging/change-streams.txt index baeb054da..c08b90070 100644 --- a/source/monitoring-and-logging/change-streams.txt +++ b/source/monitoring-and-logging/change-streams.txt @@ -117,8 +117,6 @@ read events from the change stream: .. include:: /includes/changestream-paradigm-warning.rst -.. _node-usage-watch: - Examples --------