Skip to content

Commit 486afa1

Browse files
committed
Update private_drivers.md
1 parent 4252e9b commit 486afa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guides/private_drivers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Most drivers available with dbc are hosted on Columnar's public [driver registry
2222

2323
To install and use these drivers, you must:
2424

25-
1. Log in to [Columnar Cloud](https://cloud.columnar.tech) with dbc
25+
1. Log in to [Columnar Console](https://console.columnar.tech) with dbc
2626
2. Start a trial license
2727

2828
Continue reading to learn how to log in and start a trial.
@@ -39,13 +39,13 @@ Opening https://auth.columnar.tech/activate?user_code=XXXX-XXXX in your default
3939
⠏ Waiting for confirmation...
4040
```
4141

42-
In your browser, you will see a **Device Confirmation** prompt and, once you click **Confirm**, you will be redirected to log in with the provider of your choice. Once you log in, you will be redirected to [Columnar Cloud](https://cloud.columnar.tech/). Keep the tab open and continue on to the next step.
42+
In your browser, you will see a **Device Confirmation** prompt and, once you click **Confirm**, you will be redirected to log in with the provider of your choice. Once you log in, you will be redirected to [Columnar Console](https://console.columnar.tech/). Keep the tab open and continue on to the next step.
4343

4444
## Starting a Trial
4545

4646
To install and use a private driver, you must start a trial and obtain a license. This is a separate step from logging in.
4747

48-
Licenses can be obtained from your [Account](https://cloud.columnar.tech/account) page on Columnar Cloud by clicking **Start Free 14-Day Trial**. Follow any instructions in the dialog that opens up and click **Accept** to create your license.
48+
Licenses can be obtained from your [Account](https://console.columnar.tech/account) page on Columnar Console by clicking **Start Free 14-Day Trial**. Follow any instructions in the dialog that opens up and click **Accept** to create your license.
4949

5050
### Downloading Your License
5151

@@ -74,7 +74,7 @@ $ dbc auth logout --purge
7474

7575
!!! note
7676

77-
Note that this command only removes the local copy of your license and does not cancel any active licenses you may have in your [Columnar Cloud](https://cloud.columnar.tech) account.
77+
Note that this command only removes the local copy of your license and does not cancel any active licenses you may have in your [Columnar Console](https://console.columnar.tech) account.
7878

7979
!!! warning
8080

@@ -85,7 +85,7 @@ $ dbc auth logout --purge
8585

8686
dbc also supports logging in to private driver registries via API key. This is primarily intended for use in [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration) systems or any system where logging in with a web browser is not possible.
8787

88-
To create an API key, open a web browser to your [API keys](https://cloud.columnar.tech/apikeys) page.
88+
To create an API key, open a web browser to your [API keys](https://console.columnar.tech/apikeys) page.
8989

9090
!!! note inline end
9191

0 commit comments

Comments
 (0)