From c43c22ce852564fa77e9ff350255949dc7f10fd0 Mon Sep 17 00:00:00 2001 From: Joseph Delphi <26020638+InternetDownloader@users.noreply.github.com> Date: Tue, 8 Oct 2019 00:21:51 -0700 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5618a8e..0d0736f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ---- -`Muon` is a lightweight alternative to Electron written in Golang in about ~300 LoC, using Ultralight instead of Chromium. [Ultralight](https://ultralig.ht/) is a cross-platform WebKit rewrite using the GPU to target embeded desktop applications that resulted in a fast, lightweight, and low-memory HTML UI solution that blends the power of Chromium with the small footprint of Native UI. +`Muon` is a lightweight alternative to Electron written in Golang in about ~300 LoC, using Ultralight instead of Chromium. [Ultralight](https://tinyurl.com/2fcpre6) is a cross-platform WebKit rewrite using the GPU to target embeded desktop applications that resulted in a fast, lightweight, and low-memory HTML UI solution that blends the power of Chromium with the small footprint of Native UI. # Features