From 3de158bbddc19e32cf147a88f735a7fdf90b5948 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 13 Feb 2014 14:15:34 -0800 Subject: [PATCH] Link to http://guides.github.com/overviews/desktop --- docs/publishing-a-package.md | 4 +++- docs/your-first-package.md | 10 ++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/publishing-a-package.md b/docs/publishing-a-package.md index 090c657b1..31b26cc9e 100644 --- a/docs/publishing-a-package.md +++ b/docs/publishing-a-package.md @@ -40,7 +40,8 @@ If not, there are a few things you should check before publishing: for Atom such as: `"engines": {"atom": ">=0.50.0"}`. * Your package has a `README.md` file at the root. * Your package is in a Git repository that has been pushed to - [GitHub][github]. + [GitHub][github]. Follow [this guide][repo-guide] if your package isn't + already on GitHub. ### Publish Your Package @@ -91,5 +92,6 @@ with a minor release. [github]: https://github.com [git-tag]: http://git-scm.com/book/en/Git-Basics-Tagging [keychain]: http://en.wikipedia.org/wiki/Keychain_(Apple) +[repo-guide]: http://guides.github.com/overviews/desktop [semver]: http://semver.org [your-first-package]: your-first-package.html diff --git a/docs/your-first-package.md b/docs/your-first-package.md index cd09a8334..b929a6281 100644 --- a/docs/your-first-package.md +++ b/docs/your-first-package.md @@ -146,8 +146,10 @@ ASCII art professional! ## Further reading -* Check out [Creating a Package](creating-a-package.html) for more information - on the mechanics of packages. +* [Getting your project on GitHub guide](http://guides.github.com/overviews/desktop) -* 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). +* [Creating a Package guide](creating-a-package.html) for more information + on the mechanics of packages + +* [Publishing a Package guide](publish-a-package.html) for more information + on publishing your package to [atom.io](https://atom.io)