Skip to content
This repository was archived by the owner on Oct 20, 2018. It is now read-only.

Commit 253f95f

Browse files
committed
change .com to .org
1 parent 38ad9ae commit 253f95f

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

bin/camperbot-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source bin/credentials-camperbot.sh
66
set -x
77

88
SERVER_ENV=prod \
9-
BOT_APP_HOST=bot.freecodecamp.com \
9+
BOT_APP_HOST=bot.freecodecamp.org \
1010
GITTER_USER_TOKEN=${GITTER_USER_TOKEN} \
1111
GITTER_APP_KEY=${GITTER_APP_KEY} \
1212
GITTER_APP_SECRET=${GITTER_APP_SECRET} \

config/AppConfig.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,34 +88,34 @@ const envConfigs = {
8888
demobot: {
8989
botname: 'demobot',
9090
appHost: 'http://localhost:7000',
91-
apiServer: 'www.freecodecamp.com',
91+
apiServer: 'www.freecodecamp.org',
9292
appRedirectUrl: 'http://localhost:7891/login/callback'
9393
},
9494

9595
test: {
9696
botname: 'bothelp',
9797
appHost: 'http://localhost:7000',
98-
apiServer: 'www.freecodecamp.com',
98+
apiServer: 'www.freecodecamp.org',
9999
appRedirectUrl: 'http://localhost:7891/login/callback'
100100
},
101101

102102
local: {
103103
botname: 'bothelp',
104104
appHost: 'http://localhost:7000',
105-
apiServer: 'www.freecodecamp.com',
105+
apiServer: 'www.freecodecamp.org',
106106
appRedirectUrl: 'http://localhost:7891/login/callback'
107107
},
108108
beta: {
109109
botname: 'bothelp',
110110
appHost: 'http://localhost:7000',
111-
apiServer: 'beta.freecodecamp.com',
111+
apiServer: 'beta.freecodecamp.org',
112112
appRedirectUrl: 'http://localhost:7891/login/callback'
113113
},
114114
prod: {
115115
botname: 'camperbot',
116-
appHost: 'http://bot.freecodecamp.com',
117-
apiServer: 'www.freecodecamp.com',
118-
appRedirectUrl: 'http://bot.freecodecamp.com/login/callback'
116+
appHost: 'http://bot.freecodecamp.org',
117+
apiServer: 'www.freecodecamp.org',
118+
appRedirectUrl: 'http://bot.freecodecamp.org/login/callback'
119119
}
120120
};
121121

data/rooms/RoomMessages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const AllRoomMessages = [
3535
{
3636
regex: /'''/,
3737
text: '> :bulb: to format code use backticks! ``` [more info]' +
38-
'(http://forum.freecodecamp.com/t/markdown-code-formatting/18391)'
38+
'(http://forum.freecodecamp.org/t/markdown-code-formatting/18391)'
3939
},
4040
{
4141
regex: /[^\@]\bholler/i,

data/seed/challenges/basejumps.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"challengeSeed": ["133315786"],
7272
"description": [
7373
"<span class='text-info'>Objective:</span> Build a full stack JavaScript app that successfully reverse-engineers this: <a href='http://votingapp.herokuapp.com/' target='_blank'>http://votingapp.herokuapp.com/</a> and deploy it to Heroku.",
74-
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.com/challenges/get-set-for-basejumps</a>.",
74+
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.org/challenges/get-set-for-basejumps</a>.",
7575
"As you build your app, you should frequently commit changes to your codebase. You can do this by running <code>git commit -am \"your commit message\"</code>. Note that you should replace \"your commit message\" with a brief summary of the changes you made to your code.",
7676
"You can push these new commits to GitHub by running <code>git push origin master</code>, and to Heroku by running <code>grunt --force && grunt buildcontrol:heroku</code>.",
7777
"Here are the specific User Stories you should implement for this Basejump:",
@@ -108,7 +108,7 @@
108108
"challengeSeed": ["133315781"],
109109
"description": [
110110
"<span class='text-info'>Objective:</span> Build a full stack JavaScript app that successfully reverse-engineers this: <a href='http://whatsgoinontonight.herokuapp.com/' target='_blank'>http://whatsgoinontonight.herokuapp.com/</a> and deploy it to Heroku.",
111-
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.com/challenges/get-set-for-basejumps</a>.",
111+
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.org/challenges/get-set-for-basejumps</a>.",
112112
"As you build your app, you should frequently commit changes to your codebase. You can do this by running <code>git commit -am \"your commit message\"</code>. Note that you should replace \"your commit message\" with a brief summary of the changes you made to your code.",
113113
"You can push these new commits to GitHub by running <code>git push origin master</code>, and to Heroku by running <code>grunt --force && grunt buildcontrol:heroku</code>.",
114114
"Here are the specific User Stories you should implement for this Basejump:",
@@ -142,7 +142,7 @@
142142
"challengeSeed": ["133315787"],
143143
"description": [
144144
"<span class='text-info'>Objective:</span> Build a full stack JavaScript app that successfully reverse-engineers this: <a href='http://stockstream.herokuapp.com/' target='_blank'>http://stockstream.herokuapp.com/</a> and deploy it to Heroku.",
145-
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.com/challenges/get-set-for-basejumps</a>.",
145+
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.org/challenges/get-set-for-basejumps</a>.",
146146
"As you build your app, you should frequently commit changes to your codebase. You can do this by running <code>git commit -am \"your commit message\"</code>. Note that you should replace \"your commit message\" with a brief summary of the changes you made to your code.",
147147
"You can push these new commits to GitHub by running <code>git push origin master</code>, and to Heroku by running <code>grunt --force && grunt buildcontrol:heroku</code>.",
148148
"Here are the specific User Stories you should implement for this Basejump:",
@@ -175,7 +175,7 @@
175175
"challengeSeed": ["133316032"],
176176
"description": [
177177
"<span class='text-info'>Objective:</span> Build a full stack JavaScript app that successfully reverse-engineers this: <a href='http://bookjump.herokuapp.com/' target='_blank'>http://bookjump.herokuapp.com/</a> and deploy it to Heroku.",
178-
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.com/challenges/get-set-for-basejumps</a>.",
178+
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.org/challenges/get-set-for-basejumps</a>.",
179179
"As you build your app, you should frequently commit changes to your codebase. You can do this by running <code>git commit -am \"your commit message\"</code>. Note that you should replace \"your commit message\" with a brief summary of the changes you made to your code.",
180180
"You can push these new commits to GitHub by running <code>git push origin master</code>, and to Heroku by running <code>grunt --force && grunt buildcontrol:heroku</code>.",
181181
"Here are the specific User Stories you should implement for this Basejump:",
@@ -208,7 +208,7 @@
208208
"challengeSeed": ["133315784"],
209209
"description": [
210210
"<span class='text-info'>Objective:</span> Build a full stack JavaScript app that successfully reverse-engineers this: <a href='http://stark-lowlands-3680.herokuapp.com/' target='_blank'>http://stark-lowlands-3680.herokuapp.com/</a> and deploy it to Heroku.",
211-
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.com/challenges/get-set-for-basejumps</a>.",
211+
"Note that for each Basejump, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-basejumps'>http://freecodecamp.org/challenges/get-set-for-basejumps</a>.",
212212
"As you build your app, you should frequently commit changes to your codebase. You can do this by running <code>git commit -am \"your commit message\"</code>. Note that you should replace \"your commit message\" with a brief summary of the changes you made to your code.",
213213
"You can push these new commits to GitHub by running <code>git push origin master</code>, and to Heroku by running <code>grunt --force && grunt buildcontrol:heroku</code>.",
214214
"Here are the specific User Stories you should implement for this Basejump:",

example.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"user": {
44
"botname": "GITHUB_USER_ID",
55
"appHost": "http://localhost:7000",
6-
"apiServer": "www.freecodecamp.com",
6+
"apiServer": "www.freecodecamp.org",
77
"appRedirectUrl": "http://localhost:7891/login/callback"
88
},
99
"rooms": [

lib/app/Bonfires.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Bonfires = {
3636
cantFind: function(name) {
3737
return '> Sorry, can\'t find a bonfire called ' + name +
3838
'. [ [Check the map?]' +
39-
'(http://www.freecodecamp.com/map#Basic-Algorithm-Scripting) ]';
39+
'(http://www.freecodecamp.org/map#Basic-Algorithm-Scripting) ]';
4040
},
4141
roomLink: function(name) {
4242
return ':construction: **spoiler alert** ' + this.bfRoomLink(name) +
@@ -229,7 +229,7 @@ const Bonfires = {
229229

230230
bonfireHeader: function(bonfire) {
231231
return '## :fire:' + TextLib.mdLink(bonfire.name,
232-
'www.freecodecamp.com/challenges/' + bonfire.dashedName) + ' :link:';
232+
'www.freecodecamp.org/challenges/' + bonfire.dashedName) + ' :link:';
233233
},
234234

235235
bonfireDetails: function(bonfire) {

lib/bot/BotCommands.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const BotCommands = {
8484
rooms: function() {
8585
return '#### freeCodeCamp rooms:' +
8686
'\n:point_right: Here is a [list of our official chat rooms]' +
87-
'(https://forum.freecodecamp.com/t/' +
87+
'(https://forum.freecodecamp.org/t/' +
8888
'free-code-camp-official-chat-rooms/19390)';
8989
},
9090

@@ -142,7 +142,7 @@ const BotCommands = {
142142
wiki: function() {
143143
return '#### freeCodeCamp Wiki:' +
144144
'\n:point_right: The freeCodeCamp wiki can be found on ' +
145-
'[our forum](https://forum.freecodecamp.com). ' +
145+
'[our forum](https://forum.freecodecamp.org). ' +
146146
'\nPlease follow the link and search there.'
147147
;
148148
}

lib/bot/cmds/thanks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const thanksCommands = {
9393
msgPattern,
9494
'@') + '\'s account is not linked with freeCodeCamp' +
9595
'. Please visit [the settings]' +
96-
'(https://freeCodeCamp.com/settings) and link your ' +
96+
'(https://freecodecamp.org/settings) and link your ' +
9797
'GitHub account.';
9898
}
9999
message = '> :warning: ' + message;
@@ -116,7 +116,7 @@ const thanksCommands = {
116116
const username = blob.response.about.username;
117117
const about = blob.response.about;
118118
const brownieEmoji = about.browniePoints < 1000 ? ':cookie:' : ':star2:';
119-
const uri = 'http://www.freecodecamp.com/' + username;
119+
const uri = 'http://www.freecodecamp.org/' + username;
120120
str = `> ${brownieEmoji} ${about.browniePoints} | @${username} |`;
121121
str += TextLib.mdLink(uri, uri);
122122
} catch (err) {

0 commit comments

Comments
 (0)