refactor: Replace .com with .org

This commit is contained in:
Timo
2017-08-26 00:07:44 +02:00
parent cf436f34bc
commit dcfe18d5d5
40 changed files with 290 additions and 290 deletions

View File

@@ -111,8 +111,8 @@ function sendCertifiedEmail(
const notifyTeam = {
type: 'email',
to: 'Michael@FreeCodeCamp.com',
from: 'Team@FreeCodeCamp.com',
to: 'michael@freecodecamp.org',
from: 'team@freecodecamp.org',
subject: 'A new user has arrived!',
text: renderNotifyEmail({
username,
@@ -125,7 +125,7 @@ function sendCertifiedEmail(
const notifyUser = {
type: 'email',
to: email,
from: 'Michael@FreeCodeCamp.com',
from: 'michael@freecodecamp.org',
subject: 'Congratulation on gaining your third certification!',
text: renderCertifedEmail({
username,
@@ -238,7 +238,7 @@ export default function certificate(app) {
We need your name so we can put it on your certificate.
<a href="https://github.com/settings/profile">Add your
name to your GitHub account</a>, then go to your
<a href="https://www.freecodecamp.com/settings">settings
<a href="https://www.freecodecamp.org/settings">settings
page</a> and click the "update my portfolio from GitHub"
button. Then we can issue your certificate.
`