@@ -29,17 +29,17 @@ To work through this tutorial, take the following steps:
2929
3030Start DBeaver, and select ** Database > New Connection** from the menu. In the dialog that appears, select ** CockroachDB** from the list.
3131
32- <img src =" {{ 'images/v2 .1/dbeaver-01-select-cockroachdb.png' | relative_url }} " alt =" DBeaver - Select CockroachDB " style =" border :1px solid #eee ;max-width :100% " />
32+ <img src =" {{ 'images/v20 .1/dbeaver-01-select-cockroachdb.png' | relative_url }} " alt =" DBeaver - Select CockroachDB " style =" border :1px solid #eee ;max-width :100% " />
3333
3434## Step 2. Update the connection settings
3535
3636On the ** Create new connection** dialog that appears, click ** Network settings** .
3737
38- <img src =" {{ 'images/v2 .1/dbeaver-02-cockroachdb-connection-settings.png' | relative_url }} " alt =" DBeaver - CockroachDB connection settings " style =" border :1px solid #eee ;max-width :100% " />
38+ <img src =" {{ 'images/v20 .1/dbeaver-02-cockroachdb-connection-settings.png' | relative_url }} " alt =" DBeaver - CockroachDB connection settings " style =" border :1px solid #eee ;max-width :100% " />
3939
4040From the network settings, click the ** SSL** tab. It will look like the screenshot below.
4141
42- <img src =" {{ 'images/v2 .1/dbeaver-03-ssl-tab.png' | relative_url }} " alt =" DBeaver - SSL tab " style =" border :1px solid #eee ;max-width :100% " />
42+ <img src =" {{ 'images/v20 .1/dbeaver-03-ssl-tab.png' | relative_url }} " alt =" DBeaver - SSL tab " style =" border :1px solid #eee ;max-width :100% " />
4343
4444Check the ** Use SSL** checkbox as shown, and fill in the text areas as follows:
4545
@@ -57,13 +57,13 @@ Select **require** from the **SSL mode** dropdown. There is no need to set the
5757
5858Click **Test Connection ...**. If everything worked, you will see a **Success** dialog like the one shown below.
5959
60- <img src="{{ 'images/v2 .1/dbeaver-04-connection-success-dialog.png' | relative_url }}" alt="DBeaver - connection success dialog" style="border:1px solid #eee;max-width:100%" />
60+ <img src="{{ 'images/v20 .1/dbeaver-04-connection-success-dialog.png' | relative_url }}" alt="DBeaver - connection success dialog" style="border:1px solid #eee;max-width:100%" />
6161
6262## Step 4. Start using DBeaver
6363
6464Click **Finish** to get started using DBeaver with CockroachDB.
6565
66- <img src="{{ 'images/v2 .1/dbeaver-05-movr.png' | relative_url }}" alt="DBeaver - CockroachDB with the movr database" style="max-width:100%" />
66+ <img src="{{ 'images/v20 .1/dbeaver-05-movr.png' | relative_url }}" alt="DBeaver - CockroachDB with the movr database" style="max-width:100%" />
6767
6868For more information about using DBeaver, see the [DBeaver documentation](https://dbeaver.io/docs/).
6969
0 commit comments