Skip to content

Commit

Permalink
Merge pull request #989 from Fishrock123/master
Browse files Browse the repository at this point in the history
Removed redirect from link to connect docs.
  • Loading branch information
jonathanong committed Jan 2, 2014
2 parents bc461f0 + ab441d1 commit 3866d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -3,7 +3,7 @@
Connect is an extensible HTTP server framework for [node](http://nodejs.org), providing high performance "plugins" known as _middleware_.

Connect is bundled with over _20_ commonly used middleware, including
a logger, session support, cookie parser, and [more](http://senchalabs.github.com/connect). Be sure to view the 2.x [documentation](http://senchalabs.github.com/connect/).
a logger, session support, cookie parser, and [more](http://senchalabs.github.com/connect). Be sure to view the 2.x [documentation](http://www.senchalabs.org/connect/).

```js
var connect = require('connect')
Expand Down

0 comments on commit 3866d50

Please sign in to comment.