Use the new domain of the Electron project in the README file (#195)
This commit is contained in:
parent
febd15241a
commit
72f3f9d570
10
README.md
10
README.md
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
**Clone and run for a quick way to see Electron in action.**
|
**Clone and run for a quick way to see Electron in action.**
|
||||||
|
|
||||||
This is a minimal Electron application based on the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start) within the Electron documentation.
|
This is a minimal Electron application based on the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start) within the Electron documentation.
|
||||||
|
|
||||||
**Use this app along with the [Electron API Demos](http://electron.atom.io/#get-started) app for API code examples to help you get started.**
|
**Use this app along with the [Electron API Demos](https://electronjs.org/#get-started) app for API code examples to help you get started.**
|
||||||
|
|
||||||
A basic Electron application needs just these files:
|
A basic Electron application needs just these files:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ A basic Electron application needs just these files:
|
||||||
- `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.
|
- `main.js` - Starts the app and creates a browser window to render HTML. This is the app's **main process**.
|
||||||
- `index.html` - A web page to render. This is the app's **renderer process**.
|
- `index.html` - A web page to render. This is the app's **renderer process**.
|
||||||
|
|
||||||
You can learn more about each of these components within the [Quick Start Guide](http://electron.atom.io/docs/tutorial/quick-start).
|
You can learn more about each of these components within the [Quick Start Guide](https://electronjs.org/docs/tutorial/quick-start).
|
||||||
|
|
||||||
## To Use
|
## To Use
|
||||||
|
|
||||||
|
@ -33,8 +33,8 @@ Note: If you're using Linux Bash for Windows, [see this guide](https://www.howto
|
||||||
|
|
||||||
## Resources for Learning Electron
|
## Resources for Learning Electron
|
||||||
|
|
||||||
- [electron.atom.io/docs](http://electron.atom.io/docs) - all of Electron's documentation
|
- [electronjs.org/docs](https://electronjs.org/docs) - all of Electron's documentation
|
||||||
- [electron.atom.io/community/#boilerplates](http://electron.atom.io/community/#boilerplates) - sample starter apps created by the community
|
- [electronjs.org/community#boilerplates](https://electronjs.org/community#boilerplates) - sample starter apps created by the community
|
||||||
- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
|
- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
|
||||||
- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
|
- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
|
||||||
- [electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron
|
- [electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron
|
||||||
|
|
Loading…
Reference in New Issue