diff --git a/README.md b/README.md index a4b65b3f..fbc8ba7d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ Keep track of development and community news: * Watch the repository on [GitHub](https://github.com/Thibaut/devdocs/subscription) * Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter -* Subscribe to the [newsletter](http://eepurl.com/HnLUz) * Join the [mailing list](https://groups.google.com/d/forum/devdocs) DevDocs is free and open source. If you like it, please consider supporting my work on [Gratipay](https://gratipay.com/devdocs/). Thanks! diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 1533898c..70eb168e 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -17,10 +17,10 @@ app.templates.aboutPage = -> """
To keep up-to-date with the latest development and community news: +
To keep up-to-date with the latest news:
If you like DevDocs, please consider supporting my work on diff --git a/assets/javascripts/templates/pages/news_tmpl.coffee.erb b/assets/javascripts/templates/pages/news_tmpl.coffee.erb index 9eb9847f..32f0e8b9 100644 --- a/assets/javascripts/templates/pages/news_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/news_tmpl.coffee.erb @@ -2,9 +2,8 @@ app.templates.newsPage = -> """
For the latest news,
- subscribe to the newsletter
- or follow @DevDocs.
+
+ For the latest news, follow @DevDocs.
For development updates, follow the project on GitHub.
Happy coding!