@@ -43,26 +43,14 @@ when applicable, and connection options.
4343 .. step :: Retrieve your MongoDB Atlas connection string
4444
4545 To retrieve your connection string for the cluster you created in the
46- previous section, log in to your Atlas account. Navigate to the
47- :guilabel: `Database ` section and click :guilabel: `Clusters `. Click the
48- :guilabel: `Connect ` button for the cluster that you want to connect to as
49- shown below:
50-
51- .. figure :: /includes/figures/atlas_connection_select_cluster.png
52- :alt: Atlas Connection GUI cluster selection screen
53-
54- Then, select the :guilabel: `Drivers ` option under the :guilabel: `Connect
55- to your application ` header. Select "Go" from the :guilabel: `Driver `
56- selection menu and the version that best matches the version you installed
57- from the :guilabel: `Version ` selection menu.
58-
59- .. step :: Copy your connection string
60-
61- Click the button to the right of the connection string to copy it to your
62- clipboard, as shown in the following screenshot:
63-
64- .. figure :: /includes/figures/atlas_connection_copy_string_go.png
65- :alt: Atlas Connection GUI connection string screen
46+ previous section, do the following:
47+
48+ 1. Log in to your Atlas account.
49+ 2. Navigate to the :guilabel: `Database ` section on the sidebar and select :guilabel: `Clusters `.
50+ 3. Find the cluster you would like to connect to and click the :guilabel: `Connect ` button.
51+ 4. Under :guilable: `Connect to your application `, click the :guilabel: `Drivers ` option.
52+ 5. Select "Go" from the :guilabel: `Driver ` selection menu and the appropriate version from the :guilabel: `Version ` selection menu.
53+ 6. Copy the connection string clipboard.
6654
6755 .. step :: Update the placeholders
6856
@@ -75,6 +63,5 @@ when applicable, and connection options.
7563After completing these steps, you have a connection string that corresponds your
7664Atlas cluster.
7765
78- To learn more about connecting to the {+driver-long+} through Atlas, see
79- the :atlas: `Atlas driver connection guide </driver-connection> `
80- and select **Go ** from the :guilabel: `Select your language ` dropdown.
66+ To learn more about connecting to Atlas by using the {+driver-long+} and applying
67+ connection options, see the :atlas: `Atlas driver connection guide </driver-connection> `.
0 commit comments