From 3dada88c812156e88e6becb27007aeb78fcff5a4 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 16 Oct 2023 13:20:51 +0300 Subject: [PATCH] docs: fix links to create notification provider (#5380) --- www/apps/docs/content/development/plugins/create.mdx | 2 +- www/apps/docs/src/utils/learning-paths.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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[] = [
  • - + Create Notification Service