From 299ee6e3526e790ee0f039f950c5eb41a8e4fe9a Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 29 Dec 2019 01:16:54 +0900 Subject: [PATCH] Update application links to v2 --- content/docs/application.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/application.md b/content/docs/application.md index 4ba4f27..a79f949 100644 --- a/content/docs/application.md +++ b/content/docs/application.md @@ -126,6 +126,6 @@ Each `ServiceConfig` can have it's own `data`, `routes`, and `services` [usingappprefix]: /docs/url-dispatch/index.html#using-an-application-prefix-to-compose-applications [stateexample]: https://github.com/actix/examples/blob/master/state/src/main.rs -[guardtrait]: https://docs.rs/actix-web/1.0.2/actix_web/guard/trait.Guard.html -[guardfuncs]: https://docs.rs/actix-web/1.0.2/actix_web/guard/index.html#functions -[guardheader]: ((https://docs.rs/actix-web/1.0.2/actix_web/guard/fn.Header.html +[guardtrait]: https://docs.rs/actix-web/2/actix_web/guard/trait.Guard.html +[guardfuncs]: https://docs.rs/actix-web/2/actix_web/guard/index.html#functions +[guardheader]: https://docs.rs/actix-web/2/actix_web/guard/fn.Header.html