|
@@ -1,8 +1,8 @@
|
|
|
[](http://electron.atom.io/)
|
|
|
|
|
|
-[](https://travis-ci.org/atom/electron)
|
|
|
+[](https://travis-ci.org/electron/electron)
|
|
|
[](https://ci.appveyor.com/project/Atom/electron)
|
|
|
-[](https://david-dm.org/atom/electron#info=devDependencies)
|
|
|
+[](https://david-dm.org/electron/electron#info=devDependencies)
|
|
|
[](http://atom-slack.herokuapp.com/)
|
|
|
|
|
|
:zap: *Formerly known as Atom Shell* :zap:
|
|
@@ -22,7 +22,7 @@ behavior to [email protected].
|
|
|
## Downloads
|
|
|
|
|
|
Prebuilt binaries and debug symbols of Electron for Linux, Windows and OS X can
|
|
|
-be found on the [releases](https://github.com/atom/electron/releases) page.
|
|
|
+be found on the [releases](https://github.com/electron/electron/releases) page.
|
|
|
|
|
|
You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron
|
|
|
binaries:
|
|
@@ -42,24 +42,24 @@ npm install electron-prebuilt --save-dev
|
|
|
## Documentation
|
|
|
|
|
|
Guides and the API reference are located in the
|
|
|
-[docs](https://github.com/atom/electron/tree/master/docs) directory. It also
|
|
|
+[docs](https://github.com/electron/electron/tree/master/docs) directory. It also
|
|
|
contains documents describing how to build and contribute to Electron.
|
|
|
|
|
|
## Documentation Translations
|
|
|
|
|
|
-- [Brazilian Portuguese](https://github.com/atom/electron/tree/master/docs-translations/pt-BR)
|
|
|
-- [Korean](https://github.com/atom/electron/tree/master/docs-translations/ko-KR)
|
|
|
-- [Japanese](https://github.com/atom/electron/tree/master/docs-translations/jp)
|
|
|
-- [Spanish](https://github.com/atom/electron/tree/master/docs-translations/es)
|
|
|
-- [Simplified Chinese](https://github.com/atom/electron/tree/master/docs-translations/zh-CN)
|
|
|
-- [Traditional Chinese](https://github.com/atom/electron/tree/master/docs-translations/zh-TW)
|
|
|
-- [Ukrainian](https://github.com/atom/electron/tree/master/docs-translations/uk-UA)
|
|
|
-- [Russian](https://github.com/atom/electron/tree/master/docs-translations/ru-RU)
|
|
|
-- [French](https://github.com/atom/electron/tree/master/docs-translations/fr-FR)
|
|
|
+- [Brazilian Portuguese](https://github.com/electron/electron/tree/master/docs-translations/pt-BR)
|
|
|
+- [Korean](https://github.com/electron/electron/tree/master/docs-translations/ko-KR)
|
|
|
+- [Japanese](https://github.com/electron/electron/tree/master/docs-translations/jp)
|
|
|
+- [Spanish](https://github.com/electron/electron/tree/master/docs-translations/es)
|
|
|
+- [Simplified Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-CN)
|
|
|
+- [Traditional Chinese](https://github.com/electron/electron/tree/master/docs-translations/zh-TW)
|
|
|
+- [Ukrainian](https://github.com/electron/electron/tree/master/docs-translations/uk-UA)
|
|
|
+- [Russian](https://github.com/electron/electron/tree/master/docs-translations/ru-RU)
|
|
|
+- [French](https://github.com/electron/electron/tree/master/docs-translations/fr-FR)
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
-Clone and run the [`atom/electron-quick-start`](https://github.com/atom/electron-quick-start)
|
|
|
+Clone and run the [`electron/electron-quick-start`](https://github.com/electron/electron-quick-start)
|
|
|
repository to see a minimal Electron app in action.
|
|
|
|
|
|
## Community
|