docs: fix links to create notification provider (#5380)

This commit is contained in:
Shahed Nasser
2023-10-16 13:20:51 +03:00
committed by GitHub
parent 4fc48db11e
commit 3dada88c81
2 changed files with 2 additions and 2 deletions

View File

@@ -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'],

View File

@@ -745,7 +745,7 @@ const paths: LearningPathType[] = [
</Link>
</li>
<li>
<Link to="/development/notification-service/create-notification-service">
<Link to="/development/notification/create-notification-provider">
Create Notification Service
</Link>
</li>