From 0b610dff2852d614f9b09351f56167246d449e59 Mon Sep 17 00:00:00 2001 From: Theophilus Omoregbee Date: Tue, 14 Jan 2020 18:34:05 -0500 Subject: [PATCH] docs: update riotjs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbffe1..f30ccf3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Once you have a build, you should be able to just open *index.html* directly in ## Why? -I wanted to help out my girlfriend prepare for an interview, and I've playing around with [Riot](http://riotjs.com/) recently. After putting it together pretty quickly (it has only one source file), I decided to use it as a playground to test out some ideas. +I wanted to help out my girlfriend prepare for an interview, and I've playing around with [Riot](https://riot.js.org/) recently. After putting it together pretty quickly (it has only one source file), I decided to use it as a playground to test out some ideas. I've been wanting to find ways to dramatically simplify and speed up my front-end development stack, while still keeping the most useful features of the different tools I've used in the past few years.