Link to publish doc from converting docs

This commit is contained in:
Kevin Sawicki
2014-02-13 10:09:45 -08:00
parent e0459fa069
commit 75c3197a62
3 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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).