mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Update links for new repo location under atom org.
This commit is contained in:
parent
f92e61a683
commit
87b859b947
@ -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
|
||||
|
||||
|
2
Rakefile
2
Rakefile
@ -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
|
||||
-----
|
||||
|
@ -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",
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user