From e9539fc7803d287c07c2dd7109a6bed434c27800 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 23 Oct 2014 02:20:51 -0400 Subject: [PATCH] docs: visionmedia is now tj on Github --- Readme.md | 4 ++-- examples/auth/pass.js | 2 +- lib/application.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 8dacd469..9fe91d2f 100644 --- a/Readme.md +++ b/Readme.md @@ -81,7 +81,7 @@ $ npm start HTTP APIs. Express does not force you to use any specific ORM or template engine. With support for over - 14 template engines via [Consolidate.js](https://github.com/visionmedia/consolidate.js), + 14 template engines via [Consolidate.js](https://github.com/tj/consolidate.js), you can quickly craft your perfect framework. ## Examples @@ -111,7 +111,7 @@ $ npm test ### People -The original author of Express is [TJ Holowaychuk](https://github.com/visionmedia) [![TJ's Gratipay][gratipay-image-visionmedia]][gratipay-url-visionmedia] +The original author of Express is [TJ Holowaychuk](https://github.com/tj) [![TJ's Gratipay][gratipay-image-visionmedia]][gratipay-url-visionmedia] The current lead maintainer is [Douglas Christopher Wilson](https://github.com/dougwilson) [![Doug's Gratipay][gratipay-image-dougwilson]][gratipay-url-dougwilson] diff --git a/examples/auth/pass.js b/examples/auth/pass.js index 0779c814..fefb25b6 100644 --- a/examples/auth/pass.js +++ b/examples/auth/pass.js @@ -1,5 +1,5 @@ -// check out https://github.com/visionmedia/node-pwd +// check out https://github.com/tj/node-pwd /** * Module dependencies. diff --git a/lib/application.js b/lib/application.js index b9f4198c..d3ba6378 100644 --- a/lib/application.js +++ b/lib/application.js @@ -247,7 +247,7 @@ app.route = function(path){ * so if you're using ".ejs" extensions you dont need to do anything. * * Some template engines do not follow this convention, the - * [Consolidate.js](https://github.com/visionmedia/consolidate.js) + * [Consolidate.js](https://github.com/tj/consolidate.js) * library was created to map all of node's popular template * engines to follow this convention, thus allowing them to * work seamlessly within Express.