From 9ffb06ce25e3fa812c9f86059be19d124dafad97 Mon Sep 17 00:00:00 2001
From: Thaddee Tyl <thaddee.tyl@gmail.com>
Date: Thu, 5 Nov 2015 00:03:48 +0100
Subject: [PATCH] try.html shouldn't have img.shields.io images

It is used for local testing, after all.

Related to #535
---
 try.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/try.html b/try.html
index e53f3587e8..c7a98031be 100644
--- a/try.html
+++ b/try.html
@@ -212,7 +212,7 @@ Pixel-perfect &nbsp; Retina-ready &nbsp; Fast &nbsp; Consistent &nbsp; Hackable
 <h3 id="downloads"> Downloads </h3>
 <table class='badge'><tbody>
   <tr><th data-keywords='github'> Github All Releases: </th>
-  <td><img src='https://img.shields.io/github/downloads/atom/atom/total.svg' alt=''/></td>
+  <td><img src='/github/downloads/atom/atom/total.svg' alt=''/></td>
   <td><code>https://img.shields.io/github/downloads/atom/atom/total.svg</code></td>
   </tr>
   <tr><th data-keywords='github'> Github Releases: </th>
-- 
GitLab