From 2649e6a385d9c62791bc2d9899b1ebf7f7179b72 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sat, 10 May 2014 16:24:44 -0400 Subject: [PATCH] use secure image instead --- docs/modules/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/index.rst b/docs/modules/index.rst index 843548ee00..63531097a4 100644 --- a/docs/modules/index.rst +++ b/docs/modules/index.rst @@ -27,7 +27,7 @@ The alert module is a toaster notification that can be called via the following The above code will result in this notification (default styling): -.. image:: http://i.imgur.com/jRD5GAI.png +.. image:: https://i.imgur.com/jRD5GAI.png To style this, have a look at the vanilla theme's ``modules/alert.less`` and ``templates/alert.tpl``.