Skip to content

Commit

Permalink
Merge pull request #2851 from NBK-01/fix/serializing-markdown-link
Browse files Browse the repository at this point in the history
fix: changed docs/serializing-markdown route to docs/serializing-md
  • Loading branch information
zbeyens authored Jan 2, 2024
2 parents 459a6a9 + 8de466c commit f96ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/config/customizer-plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const customizerPlugins = {
id: 'deserializemd',
label: 'Deserialize Markdown',
value: deserializeMdValue,
route: '/docs/serializing-markdown',
route: '/docs/serializing-md',
plugins: [KEY_DESERIALIZE_MD],
},
dnd: {
Expand Down

0 comments on commit f96ea1f

Please sign in to comment.