Quellcode durchsuchen

Merge pull request #1 from aminya/patch-1

Fix Ink link
Jonathan Kelley vor 3 Jahren
Ursprung
Commit
0c4088c2d1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ static App: FC<()> = |cx| {
 ![demo app](examples/example.png)
 
 
-Rink is basically a port of [Ink]() but for Rust and Dioxus. Rink doesn't depend on Node.js or any other JavaScript runtime, so your binaries are portable and beautiful.
+Rink is basically a port of [Ink](https://github.com/vadimdemedes/ink) but for Rust and Dioxus. Rink doesn't depend on Node.js or any other JavaScript runtime, so your binaries are portable and beautiful.
 
 ## Status