From 7c63bb53a47c0a620ac1768f27484f59f012a319 Mon Sep 17 00:00:00 2001 From: Arghadip Chakraborty Date: Tue, 21 Jan 2020 23:28:54 +0530 Subject: [PATCH] Fixed issue #1528: UI Learn More Link Should Lead to the README (#1539) Co-authored-by: Jeffrey Warren --- examples/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/index.html b/examples/index.html index b92b9022b2..20a3ac5c56 100644 --- a/examples/index.html +++ b/examples/index.html @@ -66,7 +66,7 @@

Image Sequencer

A pure JavaScript sequential image processing system, inspired by storyboards. Instead of modifying the original image, it creates a new image at each step in a sequence. - Learn more + Learn more

Open Source