diff --git a/README.md b/README.md index 092c5b76e9..0bbedf9b54 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Our campers (students) start by working through our free, self-paced, browser-ba 80% of our campers are over 25, and nearly a fifth of our campers are women. -This code is running live at [FreeCodeCamp.com](http://www.FreeCodeCamp.com). We also have [Slack](http://freecode.slack.com), a [blog](http://blog.freecodecamp.com), and even a [Twitch.tv channel](http://twitch.tv/freecodecamp). +This code is running live at [FreeCodeCamp.com](http://www.FreeCodeCamp.com). We also have [Slack](http://freecodecamp.slack.com), a [blog](http://blog.freecodecamp.com), and even a [Twitch.tv channel](http://twitch.tv/freecodecamp). [Join our community](http://www.freecodecamp.com/signin)! @@ -24,7 +24,7 @@ Contributing We welcome pull requests from Free Code Camp campers (our students) and seasoned JavaScript developers alike! Follow these steps to contribute: 1. Check our [public Waffle Board](https://waffle.io/freecodecamp/freecodecamp). -2. Pick an issue that nobody has claimed and start working on it. If your issue isn't on the board, open an issue. If you think you can fix it yourself, start working on it. Feel free to ask for help in our [Slack](http://freecode.slack.com). +2. Pick an issue that nobody has claimed and start working on it. If your issue isn't on the board, open an issue. If you think you can fix it yourself, start working on it. Feel free to ask for help in our [Slack](http://freecodecamp.slack.com). 3. Fork the project ([Need help with forking a project?](https://help.github.com/articles/fork-a-repo/)). You'll do all of your work on your forked copy. 4. Create a branch specific to the issue or feature you are working on. Push your work to that branch. ([Need help with branching?](https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches)) 5. Name the branch something like `user-xxx` where user is your username and xxx is the issue number you are addressing. diff --git a/app.js b/app.js index e431ac361f..97ee11c775 100755 --- a/app.js +++ b/app.js @@ -381,7 +381,7 @@ app.get('/api/slack', function(req, res) { }; var options = { - url: 'https://freecode.slack.com/api/users.admin.invite', + url: 'https://freecodecamp.slack.com/api/users.admin.invite', method: 'POST', headers: headers, form: invite diff --git a/controllers/resources.js b/controllers/resources.js index 393a5423ec..64f0289bd7 100644 --- a/controllers/resources.js +++ b/controllers/resources.js @@ -227,7 +227,7 @@ module.exports = { chat: function chat(req, res) { if (req.user && req.user.progressTimestamps.length > 5) { - res.redirect('http://freecode.slack.com'); + res.redirect('http://freecodecamp.slack.com'); } else { res.render('resources/chat', { title: 'Watch us code live on Twitch.tv' diff --git a/public/js/main_0.0.2.js b/public/js/main_0.0.2.js index 2d92d33321..69a8dfcff2 100644 --- a/public/js/main_0.0.2.js +++ b/public/js/main_0.0.2.js @@ -30,7 +30,7 @@ $(document).ready(function() { }, function(res) { if (res) { - window.open('https://freecode.slack.com/messages/help/', '_blank') + window.open('https://freecodecamp.slack.com/messages/help/', '_blank') } } ); @@ -48,7 +48,7 @@ $(document).ready(function() { }, function(res) { if (res) { - window.open('https://freecode.slack.com/messages/help/', '_blank') + window.open('https://freecodecamp.slack.com/messages/help/', '_blank') } } ); @@ -71,7 +71,7 @@ $(document).ready(function() { }, function(res) { if (res) { - window.open('https://freecode.slack.com/messages/letspair/', '_blank') + window.open('https://freecodecamp.slack.com/messages/letspair/', '_blank') } } ); diff --git a/seed_data/challenges/get-set-for-free-code-camp.json b/seed_data/challenges/get-set-for-free-code-camp.json index db1ef4f5c8..78621abb3b 100644 --- a/seed_data/challenges/get-set-for-free-code-camp.json +++ b/seed_data/challenges/get-set-for-free-code-camp.json @@ -265,7 +265,7 @@ "Any time you get stuck or don't know what to do next, follow this simple algorithm (procedure): RSAP (Read, Search, Ask, Post).", "First, R - Read the documentation or error message. A key skill that good coders have is the ability to interpret and then follow instructions.", "Next, S - Search Google. Good Google queries take a lot of practice. When you search Google, you usually want to include the language or framework you're using. You also want to limit the results to a recent period.", - "Then, if you still haven't found an answer to your question, A - Ask your friends. If you have trouble, you can ask your fellow campers. We have a special chat room specifically for getting help with tools you learn through these Free Code Camp Challenges. Go to https://freecode.slack.com/messages/help/. Keep this chat open while you work on the remaining challenges.", + "Then, if you still haven't found an answer to your question, A - Ask your friends. If you have trouble, you can ask your fellow campers. We have a special chat room specifically for getting help with tools you learn through these Free Code Camp Challenges. Go to https://freecodecamp.slack.com/messages/help/. Keep this chat open while you work on the remaining challenges.", "Finally, P - Post on Stack Overflow. Before you attempt to do this, read Stack Overflow's guide to asking good questions: http://stackoverflow.com/help/how-to-ask.", "Here's our detailed field guide on getting help: http://freecodecamp.com/field-guide/how-do-i-get-help-when-i-get-stuck.", "Now you have a clear algorithm to follow when you need help! Let's start coding! Move on to your next challenge." @@ -284,7 +284,7 @@ "Cualquier momento en el que te atasques o no sepas que hacer, sigue este simple algoritmo (procedimiento): RSAP (Read, Search, Ask, Post). Que en español vendría a ser Lee, Busca, Pregunta, Publica.", "Primero, Lee - Lee la documentación o el mensaje de error. El punto fuerte de un buen programador es la habilidad de interpretar y seguir instrucciones.", "Luego, Busca - Busca en Google. Buenas búsquedas o queries requieren bastante práctica. Cuando búsques en Google, idealmente tienes que incluir el lenguaje o framework que estés usando. También tendrás que limitar los resultados de búsqueda a un periodo reciente.", - "Ahora, en caso no hayas encontrado la respuesta a tu pregunta, Pregunta - Pregunta a tus amigos. En caso estes en problemas, puedes preguntar a otros campers. Tenemos una sala de chat especificamente para obtener ayuda sobre las herramientas que utilizamos en los desafíos de Free Code Camp. Ingresa a https://freecode.slack.com/messages/help/. Mantén este chat abierto mientras trabajas en los desafíos subsiguientes.", + "Ahora, en caso no hayas encontrado la respuesta a tu pregunta, Pregunta - Pregunta a tus amigos. En caso estes en problemas, puedes preguntar a otros campers. Tenemos una sala de chat especificamente para obtener ayuda sobre las herramientas que utilizamos en los desafíos de Free Code Camp. Ingresa a https://freecodecamp.slack.com/messages/help/. Mantén este chat abierto mientras trabajas en los desafíos subsiguientes.", "Finalmente, Publica - Publica tu pregunta en Stack Overflow. Antes de hacer esto lee la guía de Stack Overflow para publicar buenas preguntas: http://stackoverflow.com/help/how-to-ask. Tendrás que hacerlo en inglés, en caso no sepas como, pide que te ayuden a traducir tu pregunta en el canal #espanol de Slack.", "Aquí está nuestra guia detallada en como obtener ayuda: http://freecodecamp.com/field-guide/how-do-i-get-help-when-i-get-stuck.", "Ahora que tienes en claro el procedimiento a seguir cuando necesites ayuda. ¡Empecémos a programar! Continua con el siguiente desafío." diff --git a/seed_data/field-guides.json b/seed_data/field-guides.json index c2956ddd49..de6edba981 100644 --- a/seed_data/field-guides.json +++ b/seed_data/field-guides.json @@ -225,7 +225,7 @@ "
", "This is the most time-efficient way to handle being stuck, and it's the most respectful of other people's time, too.
", "Most of the time, you'll solve your problem after just one or two steps of this algorithm.
", - "We have a special chat room just for getting help: https://freecode.slack.com/messages/help/
", + "We have a special chat room just for getting help: https://freecodecamp.slack.com/messages/help/
", "Also, if you need to post on Stack Overflow, be sure to read their guide to asking good questions: http://stackoverflow.com/help/how-to-ask.
", "Learning to code is hard. But it's a lot easier if you ask for help when you need it!
", "" diff --git a/views/challengeMap/show.jade b/views/challengeMap/show.jade index 056e92bf7f..f7e0ef684e 100644 --- a/views/challengeMap/show.jade +++ b/views/challengeMap/show.jade @@ -91,19 +91,19 @@ block content .modal-body .spacer h4.text-left 我們正在研究將Free Code Camp翻成中文! - a(href='https://freecode.slack.com/messages/chinese') 請按這裡來參觀我們的中文聊天室 + a(href='https://freecodecamp.slack.com/messages/chinese') 請按這裡來參觀我們的中文聊天室 | . h4.text-left Estamos trabajando a traducir Free Code Camp en español! - a(href='https://freecode.slack.com/messages/espanol') Haz clic aquí para ir a nuestra sala de chat español + a(href='https://freecodecamp.slack.com/messages/espanol') Haz clic aquí para ir a nuestra sala de chat español | . h4.text-left Nós estamos trabalhando para traduzir o Free Code Camp para o Português! - a(href='https://freecode.slack.com/messages/portugues') Clique aqui para visitar nossa sala de bate-papo em Português + a(href='https://freecodecamp.slack.com/messages/portugues') Clique aqui para visitar nossa sala de bate-papo em Português | . h4.text-left Nous travaillons pour traduire Free Code Camp en Français! - a(href='https://freecode.slack.com/messages/francais') Cliquez ici pour visiter notre salle de chat Français + a(href='https://freecodecamp.slack.com/messages/francais') Cliquez ici pour visiter notre salle de chat Français | . h4.text-left Мы работаем над переводом Free Code Camp на русский язык! - a(href='https://freecode.slack.com/messages/russian') Нажмите здесь, чтобы посетить русский чат + a(href='https://freecodecamp.slack.com/messages/russian') Нажмите здесь, чтобы посетить русский чат | . a.btn.btn-lg.btn-primary.btn-block(href='#', data-dismiss='modal', aria-hidden='true') Thanks for the heads-up! script.