-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
Duplicates
- I have searched the existing issues
Related page
https://docs.novu.co/platform/integrations/providers/email/amazon-ses
Kind of issue
Broken demonstration
Issue description
Description
The Amazon SES integration in the Novu app references an incorrect documentation URL. This could confuse users trying to set up the Amazon SES email provider.
Current Behavior
The app currently points to:
https://docs.novu.co/platform/integrations/providers/email/amazon-ses
Expected Behavior
The correct documentation URL should be:
https://docs.novu.co/platform/integrations/email/amazon-ses
Impact
Users clicking on the documentation link from the app will land on a 404 or incorrect page, making it harder to properly configure Amazon SES integration.
Steps to Reproduce
- Navigate to the Amazon SES integration setup in the Novu app
- Click on the documentation link
- Notice the URL points to the incorrect path with
/providers/
in it
Additional Context:
The correct documentation structure appears to be /platform/integrations/email/{provider}
rather than /platform/integrations/providers/email/{provider}
.
Context 🔦
No response