File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ fn main() -> Result<(), std::io::Error> {
73
73
74
74
Read about the design here:
75
75
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 )
80
80
81
81
## Contributing
82
82
You can’t perform that action at this time.
0 commit comments