From 73170b42a0939369385c75a159329b49a6c7f339 Mon Sep 17 00:00:00 2001 From: Aaron Arney Date: Mon, 11 Dec 2017 17:15:34 -0500 Subject: [PATCH] Update resources section The current link does not actually link to a video. This commit will add a direct link to the video as well as a link to the slide deck. --- sections/production/createmaintenanceendpoint.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sections/production/createmaintenanceendpoint.md b/sections/production/createmaintenanceendpoint.md index eac510f8..fc0601fa 100644 --- a/sections/production/createmaintenanceendpoint.md +++ b/sections/production/createmaintenanceendpoint.md @@ -28,8 +28,10 @@ router.get('/ops/headump', (req, res, next) => {

-### Recommended Watch +### Recommended Resources -▶ [Getting your Node.js app production ready](http://mubaloo.com/best-practices-deploying-node-js-applications) +[Getting your Node.js app production ready (Slides)](http://naugtur.pl/pres3/node2prod) + +▶ [Getting your Node.js app production ready (Video)](https://www.youtube.com/watch?v=lUsNne-_VIk) ![Getting your Node.js app production ready](/assets/images/createmaintenanceendpoint1.png "Getting your Node.js app production ready")