From 1dbe244bbeabf03f4bdf23dd298d26a18dd34a34 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 4 Jan 2022 14:26:36 -0800 Subject: [PATCH] Fix Ink link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 064a262cf..ceb8ff010 100644 --- a/README.md +++ b/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