Update links for new repo location under atom org.

This commit is contained in:
Kevin Sawicki 2013-08-19 20:50:09 -07:00
parent f92e61a683
commit 87b859b947
4 changed files with 5 additions and 6 deletions

View File

@ -2,9 +2,8 @@
![atom](https://s3.amazonaws.com/speakeasy/apps/icons/27/medium/7db16e44-ba57-11e2-8c6f-981faf658e00.png)
Check out our [documentation in this
repo](https://github.com/github/atom/tree/master/docs). There is also
[API documentation](https://atom-docs.githubapp.com/api/index.html).
Check out our [documentation in this repo](https://github.com/atom/atom/tree/master/docs).
There is also [API documentation](https://atom-docs.githubapp.com/api/index.html).
## Installing

View File

@ -1,7 +1,7 @@
rule "" do |t|
puts <<-HELP
Atom now uses grunt instead of Rake.
See https://github.com/github/atom/pull/596 for more info.
See https://github.com/atom/atom/pull/596 for more info.
tl;dr
-----

View File

@ -4,7 +4,7 @@
"main": "./src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/github/atom.git"
"url": "https://github.com/atom/atom.git"
},
"dependencies": {
"async": "0.2.6",

View File

@ -86,7 +86,7 @@ class AtomWindow
type: 'warning'
buttons: ['Close Window', 'Reload', 'Keep It Open']
message: 'The editor has crashed'
detail: 'Please report this issue to https://github.com/github/atom/issues'
detail: 'Please report this issue to https://github.com/atom/atom/issues'
switch chosen
when 0 then @browserWindow.destroy()
when 1 then @browserWindow.restart()