diff --git a/README.md b/README.md index fee24413ff..b10787b794 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Keep track of development news: * Join the `#contributors` chat room on [Discord](https://discord.gg/PRyKn3Vbay) * Watch the repository on [GitHub](https://github.com/freeCodeCamp/devdocs/subscription) -* Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter **Table of Contents:** [Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [Documentation](#documentation) · [Related Projects](#related-projects) · [License](#copyright--license) · [Questions?](#questions) diff --git a/assets/javascripts/news.json b/assets/javascripts/news.json index 38bd3ed1d6..5f3d303b5d 100644 --- a/assets/javascripts/news.json +++ b/assets/javascripts/news.json @@ -266,7 +266,7 @@ "New documentations: Bluebird, ESLint and Homebrew" ], [ "2017-11-18", - "Added print & PDF stylesheet.\nFeedback welcome on Twitter and GitHub." + "Added print & PDF stylesheet.\nFeedback welcome on GitHub." ], [ "2017-09-10", "Preferences can now be exported and imported." @@ -419,7 +419,7 @@ "New Python 2 documentation" ], [ "2014-11-09", - "New design\nFeedback welcome on Twitter and GitHub." + "New design\nFeedback welcome on GitHub." ], [ "2014-10-19", "New SVG, Marionette.js, and Mongoose documentations" diff --git a/assets/javascripts/templates/error_tmpl.js b/assets/javascripts/templates/error_tmpl.js index c047d46e5e..7f96247382 100644 --- a/assets/javascripts/templates/error_tmpl.js +++ b/assets/javascripts/templates/error_tmpl.js @@ -90,6 +90,6 @@ app.templates.unsupportedBrowser = `\ Note: if you're already using one of the browsers above, check your settings and add-ons. The app uses feature detection, not user agent sniffing.
- — @DevDocs + — DevDocs \ `; diff --git a/assets/javascripts/templates/pages/about_tmpl.js b/assets/javascripts/templates/pages/about_tmpl.js index d8780005e6..600169a5ac 100644 --- a/assets/javascripts/templates/pages/about_tmpl.js +++ b/assets/javascripts/templates/pages/about_tmpl.js @@ -25,7 +25,6 @@ app.templates.aboutPage = function () {
DevDocs is free and open source. It was created by Thibaut Courouble and is operated by freeCodeCamp.
To keep up-to-date with the latest news:
diff --git a/assets/javascripts/templates/pages/news_tmpl.js.erb b/assets/javascripts/templates/pages/news_tmpl.js.erb index 72f4b1dd07..3bcfec32f4 100644 --- a/assets/javascripts/templates/pages/news_tmpl.js.erb +++ b/assets/javascripts/templates/pages/news_tmpl.js.erb @@ -2,7 +2,6 @@ app.templates.newsPage = () => `
-For the latest news, follow @DevDocs.
For development updates, follow the project on GitHub.
Happy coding! diff --git a/views/unsupported.erb b/views/unsupported.erb index 6c1ded7ef1..3540adddb7 100644 --- a/views/unsupported.erb +++ b/views/unsupported.erb @@ -20,7 +20,7 @@ We decided to prioritize speed and new features over support for older browsers.
- — @DevDocs + — DevDocs