From c9f5e69193fab71ad681ac965e94d92df04fd9ef Mon Sep 17 00:00:00 2001 From: Ryan Liao Date: Sun, 1 Apr 2018 11:18:54 -0700 Subject: [PATCH] changed contribution img link ref to start with 'http://' so the img shows up properly --- Application/app/views/contributions/home.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/app/views/contributions/home.html.erb b/Application/app/views/contributions/home.html.erb index c0971af..a2976c6 100644 --- a/Application/app/views/contributions/home.html.erb +++ b/Application/app/views/contributions/home.html.erb @@ -63,7 +63,7 @@ var info = '
'+username+'
'; info = info + '

'+fullname+' , User : @'+username+'

'; - info = info + '

Embed your contribution graph by placing the following code snippet in your web app:

<img src="repository-hunter.herokuapp.com/contribution/'+username+'.svg" alt="Github contribution" />

'; + info = info + '

Embed your contribution graph by placing the following code snippet in your web app:

<img src="http://repository-hunter.herokuapp.com/contribution/'+username+'.svg" alt="Github contribution" />

'; info = info + '

Here is your awesome contribution graph :


Github contribution

';