From ee5d171a07dc1c07171f7ea70c3fa1286e151a60 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 16 May 2015 15:01:42 -0700 Subject: [PATCH] Fix README URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e0d6576..ef85f8a1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Rust-Postgres A native PostgreSQL driver for Rust. -Documentation is available at https://sfackler.github.io/rust-postgres/doc/postgres +Documentation is available at https://sfackler.github.io/rust-postgres/doc/master/postgres [![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](https://crates.io/crates/postgres)