Skip to content

Commit 05fd301

Browse files
committed
fix some invalid link in user_manual.md
1 parent 5cb7917 commit 05fd301

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/vision/shiny_future/users_manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,15 +342,15 @@ One other thing to be aware of is that async drop will trigger implicit awaits e
342342
[deliv_cancellation]: ../roadmap/borrowed_data_and_cancellation.md
343343
[deliv_borrowed_data]: ../roadmap/borrowed_data_and_cancellation.md
344344
[deliv_async_read_write]: ../../design_docs/async_read_write.md
345-
[deliv_impl_trait_in_trait]: https://rust-lang.github.io/async-fundamentals-initiative/design-discussions/impl_trait_in_traits.html
345+
[deliv_impl_trait_in_trait]: https://rust-lang.github.io/async-fundamentals-initiative/roadmap/impl_trait_in_traits.html
346346
[deliv_gats]: https://github.com/rust-lang/generic-associated-types-initiative
347347
[deliv_tait]: https://github.com/rust-lang/rust/issues/63063
348-
[deliv_dyn_async_trait]: https://rust-lang.github.io/async-fundamentals-initiative/design-discussions/dyn_async_trait.html
349-
[deliv_dyn_trait]: https://rust-lang.github.io/async-fundamentals-initiative/design-discussions/dyn_trait.html
348+
[deliv_dyn_async_trait]: https://rust-lang.github.io/async-fundamentals-initiative/roadmap/dyn_async_trait.html
349+
[deliv_dyn_trait]: https://rust-lang.github.io/async-fundamentals-initiative/roadmap/dyn_trait.html
350350
[deliv_scope_api]: ../roadmap/scopes/scope_api.md
351351
[deliv_inline_async_fn]: ../roadmap/async_fn/inline_async_fn.md
352-
[deliv_async_drop]: https://rust-lang.github.io/async-fundamentals-initiative/design-discussions/async_drop.html
352+
[deliv_async_drop]: https://rust-lang.github.io/async-fundamentals-initiative/roadmap/async_drop.html
353353
[deliv_async_fundamentals]: https://rust-lang.github.io/async-fundamentals-initiative/
354-
[deliv_async_overloading]: ../roadmap/async_fn/deliv_async_overloading.md
354+
[deliv_async_overloading]: ../roadmap/async_overloading.md
355355
[deliv_tooling]: ../roadmap/tooling.md
356356
[deliv_boxable]: ../roadmap/async_fn/boxable.md

0 commit comments

Comments
 (0)