diff --git a/www/apps/docs/content/development/plugins/create.mdx b/www/apps/docs/content/development/plugins/create.mdx index 6c2f1ff784..22eea02a17 100644 --- a/www/apps/docs/content/development/plugins/create.mdx +++ b/www/apps/docs/content/development/plugins/create.mdx @@ -321,7 +321,7 @@ If you're developing something specific, such as a payment processor plugin, you }, { type: 'link', - href: '/development/file-service/create-file-service', + href: '/development/notification/create-notification-provider', label: 'Create a Notification Service', customProps: { icon: Icons['academic-cap-solid'], diff --git a/www/apps/docs/src/utils/learning-paths.tsx b/www/apps/docs/src/utils/learning-paths.tsx index a0582e0bb2..f57daee124 100644 --- a/www/apps/docs/src/utils/learning-paths.tsx +++ b/www/apps/docs/src/utils/learning-paths.tsx @@ -745,7 +745,7 @@ const paths: LearningPathType[] = [