This commit is contained in:
Elio Struyf
2023-04-12 19:30:24 +02:00
parent 994c7f6405
commit 055733658b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
- [#564](https://github.com/estruyf/vscode-front-matter/issues/564): Fix to only pass strings to the taxonomy dashboard
- [#567](https://github.com/estruyf/vscode-front-matter/issues/567): Fix taxonomy filters that are incorrectly positioned
- [#572](https://github.com/estruyf/vscode-front-matter/issues/572): Fix the media snippet placeholder link
## [8.4.0] - 2023-04-03 - [Release notes](https://beta.frontmatter.codes/updates/v8.4.0)
@@ -31,7 +31,7 @@ export const NewForm: React.FunctionComponent<INewFormProps> = ({
const openLink = () => {
Messenger.send(
GeneralCommands.toVSCode.openLink,
'https://frontmatter.codes/docs/markdown#placeholders'
'https://frontmatter.codes/docs/snippets#placeholders'
);
};