Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit f9987d2

Browse files
authored
fix: update links for newemails and website (#383)
1 parent 718169f commit f9987d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ By adopting this Code of Conduct, project maintainers commit themselves to fairl
1919

2020
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
2121

22-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at [[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident.
22+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at [[email protected]](mailto:[email protected]). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident.
2323

2424
This Code of Conduct is adapted from the Contributor Covenant, version 1.3.0, available from http://contributor-covenant.org/version/1/3/0/

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md).
88
By participating, you are expected to uphold this code. Please report unacceptable
9-
behavior to [[email protected]](mailto:[email protected]).
9+
behavior to [[email protected]](mailto:[email protected]).
1010

1111
**See the [documentation](docs.md) for information on how this project works.**
1212

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/electron/electron-api-demos.svg?branch=master)](https://travis-ci.org/electron/electron-api-demos)
44
[![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com)
55

6-
This is a desktop app that interactively and with sample code demonstrates core features of the [Electron](http://electron.atom.io) API. It's built with Electron, too, of course. This app works on Windows, macOS and Linux operating systems.
6+
This is a desktop app that interactively and with sample code demonstrates core features of the [Electron](http://electronjs.org) API. It's built with Electron, too, of course. This app works on Windows, macOS and Linux operating systems.
77

88
Use this app to see what you can do with Electron and use the source code to learn how to create a basic Electron app.
99

@@ -13,10 +13,10 @@ Use this app to see what you can do with Electron and use the source code to lea
1313

1414
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md).
1515
By participating, you are expected to uphold this code. Please report unacceptable
16-
behavior to [email protected].
16+
behavior to [[email protected]](mailto:[email protected]).
1717

1818
Follow [@ElectronJS](https://twitter.com/electronjs) on Twitter for important
19-
announcements. Visit the [electron website](http://electron.atom.io).
19+
announcements. Visit the [electron website](http://electronjs.org).
2020

2121
## Using
2222

0 commit comments

Comments
 (0)