From 781461b2f38f628110e37a927632cfee5fd2ecf8 Mon Sep 17 00:00:00 2001 From: joon1030 Date: Fri, 2 Oct 2020 13:34:58 +0900 Subject: [PATCH] fix a broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9518a4..a0b93dc 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [EJS](https://github.com/mde/ejs) - Effective JavaScript templating. * [xtemplate](https://github.com/xtemplate/xtemplate) - eXtensible Template Engine lib for node and the browser * [marko](https://github.com/marko-js/marko) - A fast, lightweight, HTML-based templating engine for Node.js and the browser with async, streaming, custom tags and CommonJS modules as compiled output. -* [swig](http://paularmstrong.github.io/swig/) - A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. +* [swig](https://github.com/paularmstrong/swig) - (Archived) A simple, powerful, and extendable Node.js and browser-based JavaScript template engine. * [EHTML](https://github.com/Guseyn/EHTML) - HTML Framework that allows you not to write JavaScript code. ## Articles and Posts