From 8abb7572991802d3890d002ea559a5adef1723ae Mon Sep 17 00:00:00 2001 From: John Date: Tue, 2 Aug 2022 14:29:39 -0400 Subject: [PATCH] Correct link to Tinkerer under Blogs (#116) The current link for Tinkerer is dead. This change replaces that link with a link to the project's GitHub page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39a9549..4a57796 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ A static web site generator is an application that takes plain text files and co * [Sphido](https://sphido.org/) - A rocket 🚀 fast, lightweight, static site generator `#Node.js` * [Spress](https://github.com/spress/Spress/) - `#PHP` * [Static](https://github.com/nakkaya/static) - Supports org-mode and markdown. - `#Clojure` -* [Tinkerer](http://tinkerer.me/) - `#Python` +* [Tinkerer](https://github.com/vladris/tinkerer) - `#Python` * [CommonMark Blog for Laravel](https://github.com/spekulatius/laravel-commonmark-blog) - Static generator to use with Laravel projects. Uses CommonMark and FrontMatter to generate and publish files in the `public`-folder. Supports articles as well as listing pages `#PHP` * [WP2Static](https://github.com/leonstafford) - WordPress static site generator for security, performance and cost benefits