[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2016-04-21
ssl: Fix Mixed Content warnings
@d56828f2b21b4165842bcd3712df460c4602847d
app/views/help/markdown.scala.html
--- app/views/help/markdown.scala.html
+++ app/views/help/markdown.scala.html
@@ -113,12 +113,12 @@
             <div class="row-fluid markdwon-syntax-wrap">
                 <div class="span6 markdwon-syntax">
 <pre>
-![title](http://developer.naver.com/wiki/attach/TechSupport/img_yobi.jpg "Yobi")
+![title](https://repo.yona.io/assets/images/ico-like-small.png "Yobi")
 </pre>
                 </div>
                 <div class="span6">
                     <div class="markdown-wrap"   markdown="true">
-![title](http://developer.naver.com/wiki/attach/TechSupport/img_yobi.jpg "Yobi")
+![title](/assets/images/ico-like-small.png "Yobi")
                     </div>
                 </div>
             </div>
Add a comment
List