Skip to content

Commit 64803da

Browse files
committed
feat: update academy howto links to library
1 parent 9fbafcd commit 64803da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

functions/src/emailNotifications/createModerationEmails.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ describe('Create howto moderation emails', () => {
229229
)
230230
// Check that the email contains the correct howto guidelines link
231231
expect(html).toContain(
232-
'https://community.preciousplastic.com/academy/create/howto',
232+
'https://community.preciousplastic.com/academy/create/library',
233233
)
234234
expect(html).toContain(MOCK_HOW_TO_MODERATION_COMMENT)
235235
// Check that the email contains the correct PP signoff

functions/src/emailNotifications/templates/how-to-needs-improvements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<p>
1616
Check the
17-
<a href="https://community.preciousplastic.com/academy/create/howto">
17+
<a href="https://community.preciousplastic.com/academy/create/library">
1818
guidelines</a
1919
>
2020
to review our requirements. Until you update your information, your project

src/pages/Howto/Content/Common/HowtoPostingGuidelines.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const HowtoPostingGuidelines = () => (
1212
</>,
1313
<>
1414
Read{' '}
15-
<ExternalLink sx={{ color: 'blue' }} href="/academy/create/howto">
15+
<ExternalLink sx={{ color: 'blue' }} href="/academy/create/library">
1616
our guidelines{' '}
1717
<span role="img" aria-label="nerd-face">
1818
🤓

0 commit comments

Comments
 (0)