Skip to content

Commit 5dd09ce

Browse files
committed
Update docs location
1 parent e16fca8 commit 5dd09ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Rust-Postgres
22
A native PostgreSQL driver for Rust.
33

4-
Documentation is available at http://www.rust-ci.org/sfackler/rust-postgres/doc/postgres/.
4+
Documentation is available at https://sfackler.github.io/doc/postgres
55

66
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres)
77

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
//! }
5151
//! }
5252
//! ```
53-
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]
53+
#![doc(html_root_url="https://sfackler.github.io/doc")]
5454
#![feature(macro_rules, struct_variant, phase, unsafe_destructor, slicing_syntax, default_type_params, if_let)]
5555
#![warn(missing_doc)]
5656

0 commit comments

Comments
 (0)