Skip to content

Commit 9d1177b

Browse files
committed
Update repository URL references in README
1 parent 2f60580 commit 9d1177b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ announcements. Visit the [electron website](http://electron.atom.io).
1717

1818
## Using
1919

20-
You can [download the latest release](https://github.com/atom/electron-api-demos/releases) for your operating system or build it yourself (see below).
20+
You can [download the latest release](https://github.com/electron/electron-api-demos/releases) for your operating system or build it yourself (see below).
2121

2222
## Building
2323

2424
You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app.
2525

2626
```bash
27-
$ git clone https://github.com/atom/electron-api-demos
27+
$ git clone https://github.com/electron/electron-api-demos
2828
$ cd electron-api-demos
2929
$ npm install
3030
$ npm start
3131
```
3232

33-
If you don't wish to clone, you can [download the source code](https://github.com/atom/electron-api-demos/archive/master.zip).
33+
If you don't wish to clone, you can [download the source code](https://github.com/electron/electron-api-demos/archive/master.zip).
3434

3535
For easier developing you can launch the app in fullscreen with DevTools open:
3636

0 commit comments

Comments
 (0)