From 246b798f144efae25617c5bcb282e61dd963c51f Mon Sep 17 00:00:00 2001 From: Lyzi Diamond Date: Wed, 12 Feb 2020 14:41:29 -0500 Subject: [PATCH 1/2] change article titles to match dev center --- README.md | 4 ++-- test.js | 2 +- views/pages/index.ejs | 8 ++++---- views/partials/nav.ejs | 18 +++++++++--------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 91cce78..4ed07ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A barebones Node.js app using [Express 4](http://expressjs.com/). -This application supports the [Getting Started with Node on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out. +This application supports the [Getting Started on Heroku with Node.js](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out. ## Running Locally @@ -32,7 +32,7 @@ or For more information about using Node.js on Heroku, see these Dev Center articles: -- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) +- [Getting Started on Heroku with Node.js](https://devcenter.heroku.com/articles/getting-started-with-nodejs) - [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support) - [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs) - [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices) diff --git a/test.js b/test.js index 797c124..5575106 100644 --- a/test.js +++ b/test.js @@ -22,7 +22,7 @@ test('responds to requests', (t) => { t.equal(response.statusCode, 200); // Assert content checks t.notEqual(body.indexOf("Node.js Getting Started on Heroku"), -1); - t.notEqual(body.indexOf("Getting Started with Node on Heroku"), -1); + t.notEqual(body.indexOf("Getting Started on Heroku with Node.js"), -1); }); }); }); diff --git a/views/pages/index.ejs b/views/pages/index.ejs index 4c39473..ba1ca73 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -13,15 +13,15 @@ -

Getting Started with Node on Heroku

+

Getting Started on Heroku with Node.js

This is a sample Node application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.

- Getting Started with Node + Getting Started on Heroku with Node.js Source on GitHub

diff --git a/views/partials/nav.ejs b/views/partials/nav.ejs index 224b5e7..ba9fc96 100644 --- a/views/partials/nav.ejs +++ b/views/partials/nav.ejs @@ -10,17 +10,17 @@ From c3ea7c35d6739894531b64cc198ff9131d712a9c Mon Sep 17 00:00:00 2001 From: Lyzi Diamond Date: Wed, 12 Feb 2020 14:41:29 -0500 Subject: [PATCH 2/2] change article titles to match dev center --- README.md | 4 ++-- test.js | 2 +- views/pages/index.ejs | 8 ++++---- views/partials/nav.ejs | 18 +++++++++--------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 91cce78..4ed07ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A barebones Node.js app using [Express 4](http://expressjs.com/). -This application supports the [Getting Started with Node on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out. +This application supports the [Getting Started on Heroku with Node.js](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out. ## Running Locally @@ -32,7 +32,7 @@ or For more information about using Node.js on Heroku, see these Dev Center articles: -- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) +- [Getting Started on Heroku with Node.js](https://devcenter.heroku.com/articles/getting-started-with-nodejs) - [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support) - [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs) - [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices) diff --git a/test.js b/test.js index 797c124..5575106 100644 --- a/test.js +++ b/test.js @@ -22,7 +22,7 @@ test('responds to requests', (t) => { t.equal(response.statusCode, 200); // Assert content checks t.notEqual(body.indexOf("Node.js Getting Started on Heroku"), -1); - t.notEqual(body.indexOf("Getting Started with Node on Heroku"), -1); + t.notEqual(body.indexOf("Getting Started on Heroku with Node.js"), -1); }); }); }); diff --git a/views/pages/index.ejs b/views/pages/index.ejs index 4c39473..ba1ca73 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -13,15 +13,15 @@ -

Getting Started with Node on Heroku

+

Getting Started on Heroku with Node.js

This is a sample Node application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform.

- Getting Started with Node + Getting Started on Heroku with Node.js Source on GitHub

diff --git a/views/partials/nav.ejs b/views/partials/nav.ejs index 224b5e7..ba9fc96 100644 --- a/views/partials/nav.ejs +++ b/views/partials/nav.ejs @@ -10,17 +10,17 @@