mirror of
https://github.com/actix/actix-website
synced 2024-11-30 19:14:36 +01:00
Update links of API docs for actix-web
This commit is contained in:
parent
c3456e5332
commit
c5b43e2f22
@ -12,7 +12,7 @@ Here are the most important projects and the link to their github repositories
|
|||||||
and related resources:
|
and related resources:
|
||||||
|
|
||||||
* [actix](https://github.com/actix/actix) ([issues](https://github.com/actix/actix/issues), [ci](https://travis-ci.org/actix/actix), [crate](https://crates.io/crates/actix), [api docs](https://docs.rs/actix))
|
* [actix](https://github.com/actix/actix) ([issues](https://github.com/actix/actix/issues), [ci](https://travis-ci.org/actix/actix), [crate](https://crates.io/crates/actix), [api docs](https://docs.rs/actix))
|
||||||
* [actix-web](https://github.com/actix/actix-web) ([issues](https://github.com/actix/actix-web/issues), [ci](https://travis-ci.org/actix/actix-web), [crate](https://crates.io/crates/actix-web), [api docs](https://docs.rs/actix-web))
|
* [actix-web](https://github.com/actix/actix-web) ([issues](https://github.com/actix/actix-web/issues), [ci](https://travis-ci.org/actix/actix-web), [crate](https://crates.io/crates/actix-web), [api docs](https://actix.rs/api/actix-web/stable/actix_web/))
|
||||||
* [example code](https://github.com/actix/examples)
|
* [example code](https://github.com/actix/examples)
|
||||||
* [this website](https://github.com/actix/actix-website)
|
* [this website](https://github.com/actix/actix-website)
|
||||||
|
|
||||||
|
@ -20,5 +20,5 @@ API stability point of view the most stable.
|
|||||||
If you haven't used actix yet it's best to start with the [getting started
|
If you haven't used actix yet it's best to start with the [getting started
|
||||||
guide](getting-started/). If you already know your ways around and you need
|
guide](getting-started/). If you already know your ways around and you need
|
||||||
specific information you might want to read the [actix-web API
|
specific information you might want to read the [actix-web API
|
||||||
docs](https://docs.rs/actix-web) (or the lower level [actix API
|
docs](https://actix.rs/api/actix-web/stable/actix_web/) (or the lower level [actix API
|
||||||
docs](https://docs.rs/actix)).
|
docs](https://docs.rs/actix)).
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li><a href="https://docs.rs/actix" target="view_window">actix <span class="fa fa-external-link"></span></a></li>
|
<li><a href="https://docs.rs/actix" target="view_window">actix <span class="fa fa-external-link"></span></a></li>
|
||||||
<li><a href="https://docs.rs/actix-web" target="view_window">actix-web <span class="fa fa-external-link"></span></a></li>
|
<li><a href="https://actix.rs/api/actix-web/stable/actix_web/" target="view_window">actix-web <span class="fa fa-external-link"></span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user