From 9e2b548bb51a2d102b5744475fc48fdf8bd3a6db Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sat, 18 Mar 2017 16:31:17 -0500 Subject: [PATCH] Fix URL for emoji cheat sheet --- content/content-management/formats.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/content-management/formats.md b/content/content-management/formats.md index f070a426c..2865b1aea 100644 --- a/content/content-management/formats.md +++ b/content/content-management/formats.md @@ -74,7 +74,7 @@ The following shows how the example task list will look to the end users of your Hugo comes with built-in support for emojis in your content, as well as ships with the [`emojify` function][]. To add emojis directly to content, set `enableEmoji` to `true` in your [site configuration][config]. -For a full list of emojis, see . +For a full list of emojis, see the [Emoji cheat sheet][emojis]. ### Shortcodes @@ -111,6 +111,7 @@ If you are unfamiliar with markdown syntax, it can easily be learned within a si [blackfriday]: https://github.com/russross/blackfriday [config]: /getting-started/configuration/ [developer tools]: /tools/ +[emojis]: https://www.webpagefx.com/tools/emoji-cheat-sheet/ [`emojify` function]: /functions/emojify/function [fireball]: https://daringfireball.net/projects/markdown/ [gfmtasks]: https://guides.github.com/features/mastering-markdown/#syntax