From 41c94a1220bf644c452e2fc6b54745a138441b81 Mon Sep 17 00:00:00 2001 From: ami44 Date: Mon, 8 Jan 2018 19:10:47 +0100 Subject: [PATCH] fix url --- README.md | 3 ++- examples/basics/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dec357a55..ef81099d8 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ fn main() { * [User Guide](http://actix.github.io/actix-web/guide/) * [API Documentation (Development)](http://actix.github.io/actix-web/actix_web/) * [API Documentation (Releases)](https://docs.rs/actix-web/) +* [Chat on gitter](https://gitter.im/actix/actix) * Cargo package: [actix-web](https://crates.io/crates/actix-web) * Minimum supported Rust version: 1.20 or later @@ -48,7 +49,7 @@ Some basic benchmarks could be found in this [respository](https://github.com/fa ## Examples -* [Basic](https://github.com/actix/actix-web/tree/master/examples/basic/) +* [Basics](https://github.com/actix/actix-web/tree/master/examples/basics/) * [Stateful](https://github.com/actix/actix-web/tree/master/examples/state/) * [Mulitpart streams](https://github.com/actix/actix-web/tree/master/examples/multipart/) * [Simple websocket session](https://github.com/actix/actix-web/tree/master/examples/websocket/) diff --git a/examples/basics/README.md b/examples/basics/README.md index 154fad9de..82e35e06e 100644 --- a/examples/basics/README.md +++ b/examples/basics/README.md @@ -16,4 +16,5 @@ cargo run - [http://localhost:8080/async/bob](http://localhost:8080/async/bob) - [http://localhost:8080/user/bob/](http://localhost:8080/user/bob/) plain/text download - [http://localhost:8080/test](http://localhost:8080/test) (return status switch GET or POST or other) -- [http://localhost:8080/static/index.html](http://localhost:8080/static/index.html) \ No newline at end of file +- [http://localhost:8080/static/index.html](http://localhost:8080/static/index.html) +- [http://localhost:8080/static/notexit](http://localhost:8080/static/notexit) display 404 page