From 3f4df52d6ed010d93d3f4f77f3c3fb6ba639fb7f Mon Sep 17 00:00:00 2001 From: Bohdan Shtepan Date: Mon, 30 May 2016 20:54:18 +0300 Subject: [PATCH] Fixes js.org badge link. I believe js.org badge goes to the wrong location. So I changed it from *js.org* to *mithril.js.org/*. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c04e8a82..6919baee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![JS.ORG](https://img.shields.io/badge/js.org-mithril-ffb400.svg?style=flat-square)](http://js.org) +[![JS.ORG](https://img.shields.io/badge/js.org-mithril-ffb400.svg?style=flat-square)](http://mithril.js.org/) [![Join the chat at https://gitter.im/lhorie/mithril.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/lhorie/mithril.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/lhorie/mithril.js.svg?branch=master)](https://travis-ci.org/lhorie/mithril.js)