Remove reference to website

This commit is contained in:
Carl Lerche 2017-11-16 11:26:36 -08:00
parent ad6ff8c0d8
commit bf2f704606
2 changed files with 3 additions and 5 deletions

View File

@ -10,7 +10,7 @@ servers and clients.
"""
documentation = "https://docs.rs/tower"
homepage = "https://tower.rs"
homepage = "https://github.com/tower-rs/tower"
repository = "https://github.com/tower-rs/tower"
readme = "README.md"
publish = false

View File

@ -2,6 +2,8 @@
fn(Request) -> Future<Response>
This is not ready for usage yet (unless you are brave).
[![Build Status](https://travis-ci.org/carllerche/tower.svg?branch=master)](https://travis-ci.org/carllerche/tower)
## Usage
@ -18,7 +20,3 @@ Next, add this to your crate:
```rust
extern crate tower;
```
You can find extensive examples and tutorials in addition to the [API
documentation](https://docs.rs/tower) at
[https://tower.rs](https://tower.rs)