diff --git a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx
index be8bf50e608f7d4..0bd3d1c9c7c8d2b 100644
--- a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx
+++ b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx
@@ -126,7 +126,7 @@ The traffic for that application will now go directly to the Internet and bypass
-1. Send a [`GET` request](/api/resources/magic_transit/subresources/sites/subresources/app_configuration/methods/list/) to list the applications associated with a site.
+1. Send a [`GET` request](/api/resources/magic_transit/subresources/apps/methods/list/) to list the applications associated with a site.
Example:
@@ -154,7 +154,7 @@ The traffic for that application will now go directly to the Internet and bypass
Take note of the `"id"` value for the application that want to delete.
-2. Send a [`DELETE` request](/api/resources/magic_transit/subresources/sites/subresources/app_configuration/methods/delete/) to delete an application from the breakout traffic policy.
+2. Send a [`DELETE` request](/api/resources/magic_transit/subresources/apps/methods/delete/) to delete an application from the breakout traffic policy.
```bash
curl --request DELETE \
diff --git a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx
index cd3f038c0de8e8b..aa6abfad3e9b696 100644
--- a/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx
+++ b/src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx
@@ -106,7 +106,7 @@ The traffic for the applications you chose are now processed first by Connector.
-1. Send a [`GET` request](/api/resources/magic_transit/subresources/sites/subresources/app_configuration/methods/list/) to list the applications associated with a site.
+1. Send a [`GET` request](/api/resources/magic_transit/subresources/apps/methods/list/) to list the applications associated with a site.
Example:
@@ -134,7 +134,7 @@ The traffic for the applications you chose are now processed first by Connector.
Take note of the `"id"` value for the application that want to delete.
-2. Send a `DELETE` request [using the API](/api/resources/magic_transit/subresources/sites/subresources/app_configuration/methods/delete/) to delete an application from the breakout traffic policy.
+2. Send a `DELETE` request [using the API](/api/resources/magic_transit/subresources/apps/methods/delete/) to delete an application from the breakout traffic policy.
```bash
curl --request DELETE \