mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 09:53:20 +02:00
#572 - fix link
This commit is contained in:
@@ -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'
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user