diff --git a/source/includes/figures/atlas_connect.png b/source/includes/figures/atlas_connect.png new file mode 100644 index 000000000..ca5fcca40 Binary files /dev/null and b/source/includes/figures/atlas_connect.png differ diff --git a/source/includes/figures/atlas_connection_copy_string.png b/source/includes/figures/atlas_connection_copy_string.png new file mode 100644 index 000000000..415c54047 Binary files /dev/null and b/source/includes/figures/atlas_connection_copy_string.png differ diff --git a/source/includes/figures/atlas_connection_copy_string_node.png b/source/includes/figures/atlas_connection_copy_string_node.png deleted file mode 100644 index d6f246d91..000000000 Binary files a/source/includes/figures/atlas_connection_copy_string_node.png and /dev/null differ diff --git a/source/includes/figures/atlas_connection_select_cluster.png b/source/includes/figures/atlas_connection_select_cluster.png deleted file mode 100644 index 52d827d67..000000000 Binary files a/source/includes/figures/atlas_connection_select_cluster.png and /dev/null differ diff --git a/source/quick-start/create-a-connection-string.txt b/source/quick-start/create-a-connection-string.txt index 148e2bae4..448f33519 100644 --- a/source/quick-start/create-a-connection-string.txt +++ b/source/quick-start/create-a-connection-string.txt @@ -24,34 +24,32 @@ To connect to an instance or deployment not hosted on Atlas, see To retrieve your connection string for the deployment that you created in the :ref:`previous step `, log into your Atlas account and navigate to the - :guilabel:`Database` section and click the :guilabel:`Connect` button + :guilabel:`Clusters` section and click the :guilabel:`Connect` button for your new deployment. - .. figure:: /includes/figures/atlas_connection_select_cluster.png + .. figure:: /includes/figures/atlas_connect.png :alt: The connect button in the clusters section of the Atlas UI - Proceed to the :guilabel:`Connect your application` section and select - "Node.js" from the :guilabel:`Driver` selection menu and the version + Select the :guilabel:`Drivers` option from the :guilabel:`Connect to your application` + section. Then in the :guilabel:`Connecting with MongoDB Driver` + menu, select "Node.js" from the :guilabel:`Driver` selection menu and the version that best matches the version you installed from the :guilabel:`Version` selection menu. Select the :guilabel:`Password (SCRAM)` authentication mechanism. - - Deselect the :guilabel:`Include full driver code example` to view - the connection string. .. step:: Copy your Connection String Click the button on the right of the connection string to copy it to your clipboard as shown in the following screenshot: - .. figure:: /includes/figures/atlas_connection_copy_string_node.png + .. figure:: /includes/figures/atlas_connection_copy_string.png :alt: The connection string copy button in the Atlas UI .. step:: Update the Placeholders Paste this connection string into a a file in your preferred text editor - and replace the "" and "" placeholders with + and replace the "" and "" placeholders with your database user's username and password. Save this file to a safe location for use in the next step.