Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Cabak <jakubcabak@gmail.com>2022-11-11 03:21:18 +0300
committerGitHub <noreply@github.com>2022-11-11 03:21:18 +0300
commit86afd84ff347ba59fe166d99e91f96602e80fe2d (patch)
treeb9f8656950186ee004e02f73e0f80a4382a8a4b6
parent44c0939116d93fefcf61436d8c147cbaad12d6e4 (diff)
Update editors.md (#1878)
-rw-r--r--content/en/tools/editors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/tools/editors.md b/content/en/tools/editors.md
index 53b92016b..ed67885fc 100644
--- a/content/en/tools/editors.md
+++ b/content/en/tools/editors.md
@@ -31,7 +31,7 @@ The Hugo community uses a wide range of preferred tools and has developed plug-i
* [Hugo Language and Syntax Support](https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode). Hugo Language and Syntax Support is a Visual Studio Code plugin for Hugo syntax highlighting and snippets. The source code can be found [here](https://github.com/budparr/language-hugo-vscode).
* [Hugo Themer](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-hugo-themer). Hugo Themer is an extension to help you while developing themes. It allows you to easily navigate through your theme files.
* [Front Matter](https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-front-matter). Once you go for a static site, you need to think about how you are going to manage your articles. Front matter is a tool that helps you maintain the metadata/front matter of your articles like: creation date, modified date, slug, tile, SEO check, and many more...
-* [Syntax Highlighting for Hugo Shortcodes](https://github.com/kael-larkin/hugo-vscode-shortcode-syntax-highlighting). This extension add some syntax highlighting for Shortcodes, making visual identification of individual pieces easier.
+* [Syntax Highlighting for Hugo Shortcodes](https://marketplace.visualstudio.com/items?itemName=kaellarkin.hugo-shortcode-syntax). This extension add some syntax highlighting for Shortcodes, making visual identification of individual pieces easier.
## Emacs