Skip to content

Commit 8c901b2

Browse files
authored
Fix broken links (#280)
1 parent 06d5b6b commit 8c901b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

advanced/rest-api/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ functionality to the API overtime. Let us know what else you want to see in
1414
## Authentication
1515

1616
You can generate an API key through
17-
[the dashboard](https://dashboard.mintlify.com/settings/api). The API key is
17+
[the dashboard](https://dashboard.mintlify.com/settings/integrations). The API key is
1818
associated with the entire org and can be used across multiple deployments.
1919

2020
<Frame>

images/external-api-key.png

112 KB
Loading

settings/global.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -621,12 +621,12 @@ Click on the following dropdown to view a sample configuration file
621621
],
622622
"footerSocials": {
623623
"github": "https://github.com/mintlify",
624-
"discord": "https://discord.gg/MPNgtSZkgK",
624+
"slack": "https://mintlify.com/community",
625625
"x": "https://x.com/mintlify"
626626
},
627627
"integrations": {
628-
"intercom": "abcdefz",
629-
"frontchat": "abcdez"
628+
"intercom": "APP_ID",
629+
"frontchat": "CHAT_ID"
630630
}
631631
}
632632
```
@@ -636,4 +636,4 @@ Click on the following dropdown to view a sample configuration file
636636
## More Customization
637637

638638
Learn more about how to further customize your docs with custom CSS and JS in
639-
[Custom Scripts](https://mintlify.com/docs/integrations/custom/).
639+
[Custom Scripts](https://mintlify.com/docs/advanced/custom/).

0 commit comments

Comments
 (0)