diff --git a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md
index bad6f0a8632..bb1835e7176 100644
--- a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md
+++ b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/entra/appatidp.md
@@ -14,7 +14,7 @@ At the Microsoft identity platform, set up a tenant and register the client app
4. Under **Certificates & secrets**, click **New client secret** to generate a client secret for your app. Copy the value so that you can add it to the Okta configuration in the next section. This is the secret that corresponds to your Azure application ID.
- > **Note:** There may be other settings for the app that you can configure. The steps in this guide address the quickest route to setting up Microsoft Entra ID as an IdP with Okta. See the [Microsoft Entra ID documentation](https://learn.microsoft.com/en-us/entra/external-id/) for more information on other configuration settings.
+ > **Note:** There may be more settings for the app that you can configure. The steps in this guide address the quickest route to setting up Microsoft Entra ID as an IdP with Okta. See the [Microsoft Entra ID documentation](https://learn.microsoft.com/en-us/entra/identity/) for more information on additional configuration settings.
For use in the next section, do the following:
diff --git a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md
index 87d9880bdfe..c6396d77d4c 100644
--- a/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md
+++ b/packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md
@@ -18,8 +18,8 @@ Configure an external IdP so that your users can quickly sign up or sign in to y
#### What you need
* [Okta Developer Edition organization](https://developer.okta.com/signup)
-* An app that you want to add authentication to. You can [create an app integration by using AIW](https://help.okta.com/okta_help.htm?id=ext_Apps_App_Integration_Wizard) or use an existing one.
-* An account .
+* An app that you want to add authentication to. You can [create an app integration using AIW](https://help.okta.com/okta_help.htm?id=ext_Apps_App_Integration_Wizard) or use an existing one.
+* An account
---