From a09a578dd2910103550c00e5205edf0751c6c256 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sun, 6 Feb 2022 15:30:50 +0100 Subject: [PATCH] added repo link --- content/post/rust_wasm_photos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/rust_wasm_photos.md b/content/post/rust_wasm_photos.md index dd81eab..d0a1843 100644 --- a/content/post/rust_wasm_photos.md +++ b/content/post/rust_wasm_photos.md @@ -245,7 +245,7 @@ Make sure to have all the imports (```use``` statements) right, or this will no **Final thoughts** * I only tested it in firefox, no guarantees. -* OMG, I changed my code while writing this post. A definite no-no. I hope the code works. Otherwise check the repo...sorry. +* OMG, I changed my code while writing this post. A definite no-no. I hope the code works. Otherwise check the [repo](https://github.com/shautvast/dragndrop_wasm_yew) ...sorry. * Actually that is kinda interesting: while explaining the code, I thought, "well that (code) doesn't really make sense", and I found a better solution. * Yew allows for other ways to handle events for instance. I ended up with what I found most elegant. * There's more to yew. Read the docs!