From 6f02af2a7a7f3e113c9e54cabe535cb4c016254c Mon Sep 17 00:00:00 2001 From: Simon O'Keefe Date: Tue, 3 May 2022 10:37:26 +1000 Subject: [PATCH] Fix Octicon links (#322) --- components/icon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/icon.md b/components/icon.md index f4537b905..490975d3e 100644 --- a/components/icon.md +++ b/components/icon.md @@ -4,13 +4,13 @@ icon: dot --- # Icon -Similar to the [Emoji](emoji.md) `:shortcode:` syntax, you can add icons using `:icon-shortcode:`, where the `shortcode` is an [Octicon](https://octicons-primer.vercel.app/octicons/) icon name. +Similar to the [Emoji](emoji.md) `:shortcode:` syntax, you can add icons using `:icon-shortcode:`, where the `shortcode` is an [Octicon](https://primer.github.io/octicons/) icon name. -For example, to add the [`star`](https://octicons-primer.vercel.app/octicons/star-24) icon, use the `:icon-star:` icon shortcode. :icon-star: +For example, to add the [`star`](https://primer.github.io/octicons/star-24) icon, use the `:icon-star:` icon shortcode. :icon-star: Icons can be added anywhere within your document, including paragraph text, headings, table content, [Panel](panel.md) component titles, [Alerts](alert.md), [code block](code-block.md) titles, etc. :icon-thumbsup: -Some icon shortcode names are made up of `two-or-more` words. For instance, the [`git-branch`](https://octicons-primer.vercel.app/octicons/git-branch-24) icon would be configured as `:icon-git-branch:`. :icon-git-branch: +Some icon shortcode names are made up of `two-or-more` words. For instance, the [`git-branch`](https://primer.github.io/octicons/git-branch-24) icon would be configured as `:icon-git-branch:`. :icon-git-branch: !!! More icons :icon-heart: In future releases of Retype, the plan is to support additional Icon packs and possibily even custom developer defined icon packs. [Let us know](https://github.com/retypeapp/retype/discussions) if you are interested!