Skip to content

Commit 4cb13e9

Browse files
authored
fix broken links (#1568)
1 parent d68f946 commit 4cb13e9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pages/docs/access-security/single-sign-on.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The SCIM menu in the Access Security tab of the Organization Settings lets you g
139139

140140
Note that only accounts with an **Enterprise plan** have access to SCIM at the moment.
141141

142-
You can find the official SCIM spec subset that Mixpanel implements [here](https://datatracker.ietf.org/doc/html/rfc7644). The base endpoint is https://mixpanel.com/api/app/scim/v2 which you can hit using the SCIM token as an Authentication Bearer token. For instance a GET call on https://mixpanel.com/api/app/scim/v2/Users using the SCIM token will get you a list of all users in your organization.
142+
You can find the official SCIM spec subset that Mixpanel implements [here](https://datatracker.ietf.org/doc/html/rfc7644). The base endpoint is `https://mixpanel.com/api/app/scim/v2` which you can hit using the SCIM token as an Authentication Bearer token. For instance a GET call on `https://mixpanel.com/api/app/scim/v2/Users` using the SCIM token will get you a list of all users in your organization.
143143

144144
<Callout type="info">
145145
The SCIM endpoint affects only users whose email has a domain in the list of your verified claimed domains.

pages/docs/privacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Next, you'll need to set the server location to EU when initializing the Mixpane
3333
- [Flutter](/docs/tracking-methods/sdks/flutter#eu-data-residency)
3434

3535
## Log in via SSO
36-
If you want the IdP initiated flow to direct to [eu.mixpanel.com](https://eu.mixpanel.com/), prepend "eu." to your postback URL. For example, [mixpanel.com/security/login/1](https://mixpanel.com/security/login/1) would need to be changed to [eu.mixpanel.com/security/login/1](https://eu.mixpanel.com/security/login/1).
36+
If you want the IdP initiated flow to direct to [eu.mixpanel.com](https://eu.mixpanel.com/), prepend "eu." to your postback URL. For example, `mixpanel.com/security/login/1` would need to be changed to `eu.mixpanel.com/security/login/1`.
3737

3838
## Manage Personal Data
3939
[Mixpanel deletion and retrieval APIs](https://developer.mixpanel.com/reference/gdpr-api) are in place to help Mixpanel implementations meet the requirements outlined by the General Data Protection Regulation (GDPR) legislation.

redirects/local.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
/docs/analysis/reports/insights /docs/reports/insights
4444
/docs/analysis/reports/retention /docs/reports/retention
4545
/docs/analysis/users /docs/users
46+
/docs/best-practices/analytics-strategy/engagement /docs/tracking-best-practices/tracking-plan
4647
/docs/best-practices/adoption https://mixpanel.com/blog/establish-a-product-analytics-practice/
4748
/docs/best-practices/analytics-strategy /docs/tutorials/analytics-strategy
4849
/docs/best-practices/analytics-strategy/overview /docs/best-practices/analytics-strategy

0 commit comments

Comments
 (0)