Skip to content

Commit edbf9fe

Browse files
authored
Merge pull request #290 from tidalmigrations/pr/fix-link-to-auth
Fix links to Authentication Guide
2 parents 3b5f61b + 418feb9 commit edbf9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/api/importing_applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permalink: import-apps.html
1313

1414
Tidal's API includes the import endpoint to help you import your applications.
1515
Before using the endpoint, you must authenticate to the Tidal API:
16-
[Authentication Guide](index.html)
16+
[Authentication Guide](authenticate.html#getaccess)
1717

1818
## Start using the endpoint!
1919

@@ -27,7 +27,7 @@ A request to import an application into the Tidal API looks like this:
2727
### You will need:
2828

2929
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.
30-
2. Your authentication access token -> Refer to [Authentication Guide](index.html)
30+
2. Your authentication access token -> Refer to [Authentication Guide](authenticate.html#getaccess)
3131
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.*
3232

3333
There are various parameters you can define about your application in the body:

0 commit comments

Comments
 (0)