From f6376781afa4642f3de767c4eaa788c1b0bd833c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 26 Feb 2022 04:58:43 +0000 Subject: [PATCH] update code repo links --- content/code/_index.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/content/code/_index.md b/content/code/_index.md index 282c685..23bf486 100644 --- a/content/code/_index.md +++ b/content/code/_index.md @@ -10,13 +10,10 @@ The Actix ecosystem is fully open source on our GitHub organization [@actix](htt Here are the most important projects and the link to their github repositories and related resources: - [actix-web](https://github.com/actix/actix-web), ([API docs](https://docs.rs/actix-web)) -- [actix-extras crates](https://github.com/actix/actix-extras) -- [actix-net crates](https://github.com/actix/actix-net) -- [actix](https://github.com/actix/actix), ([API docs](https://docs.rs/actix)) -- [examples repo](https://github.com/actix/examples) -- [this website](https://github.com/actix/actix-website) +- [actix-extras crates](https://github.com/actix/actix-extras#readme) +- [examples repo](https://github.com/actix/examples#readme) -Actix is dual licensed under the [MIT] and [Apache 2] licenses. +Actix projects are dual licensed under the [MIT] and [Apache 2] licenses. -[mit]: https://github.com/actix/actix-web/blob/master/LICENSE-MIT -[apache 2]: https://github.com/actix/actix-web/blob/master/LICENSE-APACHE +[MIT]: https://github.com/actix/actix-web/blob/master/LICENSE-MIT +[Apache 2]: https://github.com/actix/actix-web/blob/master/LICENSE-APACHE