Skip to content

Commit 0fffb8f

Browse files
committed
fix resources links
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent cac0824 commit 0fffb8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ fn main() -> Result<(), std::io::Error> {
7373

7474
Read about the design here:
7575

76-
- [Rising Tide: building a modular web framework in the open](https://http-rs.github.io/team/2018/09/11/tide.html)
77-
- [Routing and extraction in Tide: a first sketch](https://http-rs.github.io/team/2018/10/16/tide-routing.html)
78-
- [Middleware in Tide](https://http-rs.github.io/team/2018/11/07/tide-middleware.html)
79-
- [Tide's evolving middleware approach](https://http-rs.github.io/team/2018/11/27/tide-middleware-evolution.html)
76+
- [Rising Tide: building a modular web framework in the open](https://rustasync.github.io/team/2018/09/11/tide.html)
77+
- [Routing and extraction in Tide: a first sketch](https://rustasync.github.io/team/2018/10/16/tide-routing.html)
78+
- [Middleware in Tide](https://rustasync.github.io/team/2018/11/07/tide-middleware.html)
79+
- [Tide's evolving middleware approach](https://rustasync.github.io/team/2018/11/27/tide-middleware-evolution.html)
8080

8181
## Contributing
8282

0 commit comments

Comments
 (0)