From a03d5bc2887b0dfd537262e57baa73864b707aa3 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sat, 31 Jan 2015 14:10:39 +0800 Subject: [PATCH 1/2] :memo: Fix a broken link. Fix a broken link in `docs/creating-a-theme.md`. --- docs/creating-a-theme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/creating-a-theme.md b/docs/creating-a-theme.md index 9e1a64cce..00cd04d90 100644 --- a/docs/creating-a-theme.md +++ b/docs/creating-a-theme.md @@ -24,7 +24,8 @@ a few things before starting: is used to help distribute your theme to Atom users. * Your theme's _package.json_ must contain a `"theme"` key with a value of `"ui"` or `"syntax"` for Atom to recognize and load it as a theme. -* You can find existing themes to install or fork on [atom.io](atomio). +* You can find existing themes to install or fork on + [atom.io](https://atom.io/themes). ## Creating a Syntax Theme From f6067cb62991e4ed9d28135c00c974634234d439 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Sat, 31 Jan 2015 18:08:13 +0800 Subject: [PATCH 2/2] :memo: Fix previous change. --- docs/creating-a-theme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/creating-a-theme.md b/docs/creating-a-theme.md index 00cd04d90..99c742f07 100644 --- a/docs/creating-a-theme.md +++ b/docs/creating-a-theme.md @@ -25,7 +25,7 @@ a few things before starting: * Your theme's _package.json_ must contain a `"theme"` key with a value of `"ui"` or `"syntax"` for Atom to recognize and load it as a theme. * You can find existing themes to install or fork on - [atom.io](https://atom.io/themes). + [atom.io][atomio-themes]. ## Creating a Syntax Theme @@ -131,7 +131,7 @@ _styleguide_, or use the shortcut `cmd-ctrl-shift-g`. ![styleguide-img] -[atomio]: http://atom.io/packages +[atomio-themes]: https://atom.io/themes [Less]: http://lesscss.org/ [git]: http://git-scm.com/ [atom]: https://atom.io/