Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp
This commit is contained in:
@ -71,7 +71,7 @@ exports.returnNextFieldGuide = function(req, res, next) {
|
|||||||
fieldGuide = fieldGuide.pop();
|
fieldGuide = fieldGuide.pop();
|
||||||
if (fieldGuide === undefined) {
|
if (fieldGuide === undefined) {
|
||||||
req.flash('success', {
|
req.flash('success', {
|
||||||
msg: "You've read all our current Field Guide entries. You can contribute to our Field Guide <a href='https://github.com/FreeCodeCamp/freecodecamp/blob/nonprofit-show/seed_data/fieldGuides.json'>here</a>."
|
msg: "You've read all our current Field Guide entries. You can contribute to our Field Guide <a href='https://github.com/FreeCodeCamp/freecodecamp/blob/master/seed_data/field-guides.json'>here</a>."
|
||||||
});
|
});
|
||||||
return res.redirect('../field-guide/how-do-i-use-this-guide?');
|
return res.redirect('../field-guide/how-do-i-use-this-guide?');
|
||||||
}
|
}
|
||||||
|
@ -673,7 +673,7 @@
|
|||||||
"<span class='text-info'>Rule #2:</span> You may use whichever libraries or APIs you need.",
|
"<span class='text-info'>Rule #2:</span> You may use whichever libraries or APIs you need.",
|
||||||
"<span class='text-info'>Rule #3:</span> Reverse engineer the example project's functionality, and also feel free to personalize it.",
|
"<span class='text-info'>Rule #3:</span> Reverse engineer the example project's functionality, and also feel free to personalize it.",
|
||||||
"Here are the <a href='http://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a> you must enable, and optional bonus user stories:",
|
"Here are the <a href='http://en.wikipedia.org/wiki/User_story' target='_blank'>user stories</a> you must enable, and optional bonus user stories:",
|
||||||
"<span class='text-info'>User Story:</span> As a user, I can see the whether Free Code Camp is currently streaming on Twitch.tv.",
|
"<span class='text-info'>User Story:</span> As a user, I can see whether Free Code Camp is currently streaming on Twitch.tv.",
|
||||||
"<span class='text-info'>User Story:</span> As a user, I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.",
|
"<span class='text-info'>User Story:</span> As a user, I can click the status output and be sent directly to the Free Code Camp's Twitch.tv channel.",
|
||||||
"<span class='text-info'>User Story:</span> As a user, if Free Code Camp is streaming, I can see additional details about what they are streaming.",
|
"<span class='text-info'>User Story:</span> As a user, if Free Code Camp is streaming, I can see additional details about what they are streaming.",
|
||||||
"<span class='text-info'>Bonus User Story:</span> As a user, I can search through the streams listed.",
|
"<span class='text-info'>Bonus User Story:</span> As a user, I can search through the streams listed.",
|
||||||
|
Reference in New Issue
Block a user