diff --git a/docs/integrations/webhooks/events/channels.mdx b/docs/integrations/webhooks/events/channels.mdx index 528a84b64..c158c1a86 100644 --- a/docs/integrations/webhooks/events/channels.mdx +++ b/docs/integrations/webhooks/events/channels.mdx @@ -457,9 +457,9 @@ The following settings webhook events fire in response to actions that affect a | `store/channel/{channel_id}/settings/*` | Fires when subscribed to all settings updates for the specified channel. | not applicable | | `store/channel/{channel_id}/settings/currency/updated` | Fires when currency associated with the specified channel is updated. | not applicable | | `store/channel/{channel_id}/settings/profile/updated` | Fires when any of the global store profile settings are updated. Fires for both channel-specific profile settings changes and for changes to any global defaults that the specified channel inherits. | [Update store profile settings](/docs/rest-management/settings/store-profile#update-store-profile-settings) | -| `store/channel/{channel_id}/settings/locale/added` | Fires when a locale is added to any channel.| [Add a locale](/docs/graphql-admin/locales#add-a-locale) | -| `store/channel/{channel_id}/settings/locale/updated` | Fires when a locale is updated for any channel. | [Update a locale](/docs/graphql-admin/locales#update-a-locale) | -| `store/channel/{channel_id}/settings/locale/deleted` | Fires when a locale is deleted from any channel.| [Delete a locale](/docs/graphql-admin/locales#delete-a-locale) | +| `store/channel/{channel_id}/settings/locale/added` | Fires when a locale is added to any channel.| [Add a locale](/docs/store-operations/settings/locales#add-a-locale) | +| `store/channel/{channel_id}/settings/locale/updated` | Fires when a locale is updated for any channel. | [Update a locale](/docs/store-operations/settings/locales#update-a-locale) | +| `store/channel/{channel_id}/settings/locale/deleted` | Fires when a locale is deleted from any channel.| [Delete a locale](/docs/store-operations/settings/locales#delete-a-locale) | | `store/channel/{channel_id}/settings/logo/updated` | Fires when any of the global logo settings are updated.| [Update store logo settings](/docs/rest-management/settings/logo#update-store-logo-settings) | | `store/channel/{channel_id}/settings/logo/image/updated` | Fires when any of the logo image settings that apply to the specified channel are updated.| not applicable | | `store/channel/{channel_id}/settings/favicon/image/updated` | Fires when any of the favicon image settings that apply to the specified channel are updated.| not applicable |