Skip to content

Commit ef9f346

Browse files
committed
Update reference to app domain to tidal.cloud
1 parent 5dc5e29 commit ef9f346

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

pages/api/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A request to authenticate into the Tidal API looks like this:
2323

2424
You will need:
2525

26-
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
26+
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
2727
2. Username
2828
3. Password
2929

@@ -73,7 +73,7 @@ This endpoint can also be used to ensure you are authenticated.
7373

7474
You will need:
7575

76-
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
76+
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
7777
2. Your access token -> Refer: [api/v1/authenticate](#getaccess)
7878

7979
```
@@ -101,7 +101,7 @@ Refresh your access token and generate a new one.
101101

102102
You will need:
103103

104-
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
104+
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
105105
2. Your access token -> Refer: [api/v1/authenticate](#getaccess)
106106
3. Your refresh token -> Refer: [api/v1/authenticate](#getaccess)
107107

pages/api/get_several.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Returns a collection of all the move groups and its applications, database insta
2525

2626
You will need:
2727

28-
1. Your Subdomain -> Refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
28+
1. Your Subdomain -> Refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
2929
2. Your access token -> Refer: [Authentication Guide](index.html)
3030

3131
```
@@ -203,7 +203,7 @@ Returns the selected move group and its applications, database instances, and se
203203

204204
You will need:
205205

206-
1. Your subdomain -> Refer: [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
206+
1. Your subdomain -> Refer: [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
207207
2. Your access token -> Refer: [Authentication Guide](index.html).
208208
3. Your Move Group ID -> Refer to the [above request](#getallmg) to get your move group id.
209209

pages/api/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Two tools that we would recommend are either cURL or Postman.
3838

3939
You can access all of the API documents via https://[your_subdomain].tidalmg.com/docs/
4040
Replace start of the address above with your Tidal subdomain.
41-
For additional help on getting your subdomain, refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
41+
For additional help on getting your subdomain, refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.

pages/api/importing_applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A request to import an application into the Tidal API looks like this:
2424

2525
### You will need:
2626

27-
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
27+
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
2828
2. Your authentication access token -> Refer to [Authentication Guide](index.html)
2929
3. Your Application Data -> *A JSON object of your applications. The object should be a list with each element in the list being an application object.*
3030

pages/api/importing_servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A request to import *one* server into the Tidal API looks like this:
3030

3131
You will need:
3232

33-
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
33+
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
3434
2. Your authentication access token -> Refer to [Authentication Guide](index.html)
3535
3. Your Server Data -> *A JSON object of your servers. The object should be a list with each element in the list being a server object.*
3636

@@ -86,7 +86,7 @@ A request to import *multiple* servers into the Tidal API looks like this:
8686

8787
You will need:
8888

89-
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidalmg.com/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
89+
1. Your subdomain -> Refer to [Get Subdomain](https://get.tidal.cloud/workspaces) & type in your email in the prompt bar. Afterwards, you will receive an email with all of your workspaces.
9090
2. Your authentication access token -> Refer to [Authentication Guide](index.html)
9191
3. Your Server Data -> *A JSON object of your servers. The object should be a list with each element in the list being a server object.*
9292

pages/tidal tools/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ creating sync jobs or analyzing your applications via their URLs.
6060
## Connecting to the API
6161

6262
Once you have Tidal Tools installed you need to configure access to the API.
63-
[Register for a free account](https://get.tidalmg.com/) with Tidal
63+
[Register for a free account](https://get.tidal.cloud/) with Tidal
6464
to get the connection details.
6565

6666
There are several ways to authenticate with the Tidal API, we

pages/user guides/discovery_techniques.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ start planning your cloud migration any more._
2828
---
2929

3030
Not yet a customer? See [tidalcloud.com](https://tidalcloud.com) and
31-
[Try For Free](https://get.tidalmg.com).
31+
[Try For Free](https://get.tidal.cloud).

pages/user guides/tag_to_ip_addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ First you will need to have:
1313

1414
- jq and cURL installed
1515

16-
- have access to the internet and your account at https://get.tidalmg.com
16+
- have access to the internet and your account at https://get.tidal.cloud
1717

1818
- and a terminal with bash.
1919

0 commit comments

Comments
 (0)