Skip to content

Commit 286e335

Browse files
committed
Badges? We need stinkin badges.
1 parent 3a54a3a commit 286e335

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/heroku/node-js-getting-started"
26+
"url": "https://github.com/KevinField/node-js-getting-started"
2727
},
2828
"keywords": [
2929
"node",

routes/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ module.exports = {
1212
+"<p>Also, you can <a href='http://kevinjamesfield.blogspot.com/' id='contact-me-link'>contact me</a>.</p>"
1313
+"<p>Or go go go go <a href='/ping' id='ping-challenge-link'>go ping</a>.</p>"
1414
+"<p>Unless you wanna <a href='/minesweeper' id='minesweeper-link'>sweep some mines</a>.</p>"
15-
+"<p>There's always <a href='/primeFactors/ui' id='prime-factors-decomposition-link'>rot</a> too.</p>"
15+
+"<p>There's always <a href='/primeFactors/ui' id='prime-factors-decomposition-link'>rot</a> too.</p>"
16+
+"<p>Meanwhile, is my build passing? <img src='https://travis-ci.org/KevinField/node-js-getting-started.svg'></p>"
1617
);
1718
}
1819
};

0 commit comments

Comments
 (0)