From 7da8bb7eaef2fbdd39fd9f1d22971f9af57c6162 Mon Sep 17 00:00:00 2001 From: Doug Selph Date: Wed, 4 Jan 2012 17:02:48 -0600 Subject: [PATCH] Make URL absolute for brightbox docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb9631..4494ec5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This should be updated fairly regularly. As usual, **pull requests are encourage ### And Now For The Docs (in no particular) * [Redis Commands](http://redis.io/commands) - Most of the Redis docs are exceptional, but this section really epitomizes the combination of good design and usability. And all the individual command pages give you the ability to test things out without leaving the page. Pretty close to perfect. -* [BrightBox Developer Docs](docs.brightbox.com) - Clean design, easy to navigate, very in-depth. +* [BrightBox Developer Docs](http://docs.brightbox.com) - Clean design, easy to navigate, very in-depth. * [Riaknostic](http://riaknostic.basho.com) - Made possible by [Bootstrap](https://github.com/twitter/bootstrap), this is a great example of a project homepage that doubles as a documentation teaser. * [GitHub Developer Docs](http://developer.github.com/v3/) - I don't always get excited about accordion-based navigation, but when I do... * [Dropwizard](http://dropwizard.codahale.com/) - Beautiful and concise; another Bootstrap joint.