From 75c3197a62e4941ab4de2c47c96e4d6ccc8f59ba Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Feb 2014 10:09:45 -0800 Subject: [PATCH] Link to publish doc from converting docs --- docs/converting-a-text-mate-bundle.md | 6 ++++-- docs/converting-a-text-mate-theme.md | 5 ++++- docs/your-first-package.md | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/converting-a-text-mate-bundle.md b/docs/converting-a-text-mate-bundle.md index ae7183e2b..ce71ee615 100644 --- a/docs/converting-a-text-mate-bundle.md +++ b/docs/converting-a-text-mate-bundle.md @@ -38,8 +38,10 @@ You can now browse to `~/.atom/packages/language-r` to see the converted bundle. :tada: Your new package is now ready to use, launch Atom and open a `.r` file in the editor to see it in action! -:bulb: Consider using `apm publish` to publish this package to -[atom.io][atomio]. +### Further Reading + +* Check out [Publishing a Package](publish-a-package.html) for more information + on publishing the package you just created to [atom.io](https://atom.io). [atomio]: https://atom.io [CSS]: http://en.wikipedia.org/wiki/Cascading_Style_Sheets diff --git a/docs/converting-a-text-mate-theme.md b/docs/converting-a-text-mate-theme.md index f28798dd3..2138bd862 100644 --- a/docs/converting-a-text-mate-theme.md +++ b/docs/converting-a-text-mate-theme.md @@ -55,7 +55,10 @@ __Syntax Theme__ dropdown menu to enable your new theme. :tada: Your theme is now enabled, open an editor to see it in action! -:bulb: Consider using `apm publish` to publish this theme to [atom.io][atomio]. +### Further Reading + +* Check out [Publishing a Package](publish-a-package.html) for more information + on publishing the theme you just created to [atom.io](https://atom.io). [atomio]: https://atom.io [CSS]: http://en.wikipedia.org/wiki/Cascading_Style_Sheets diff --git a/docs/your-first-package.md b/docs/your-first-package.md index b72abb94f..9c30dc08d 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -150,4 +150,4 @@ ASCII art professional! the mechanics of packages. * Check out [Publishing a Package](publish-a-package.html) for more information - on publishing the package you just created. + on publishing the package you just created to [atom.io](https://atom.io).