From 06e61cb2bbda6f625d0cfd3b82390accc34b7c97 Mon Sep 17 00:00:00 2001
From: Jeff Gu Kang <jeffgukang@gmail.com>
Date: Tue, 17 Sep 2019 10:55:59 +0900
Subject: [PATCH] Fix image link not working

---
 docs/index-test.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index-test.md b/docs/index-test.md
index 967ba6f6..ccdeb4b2 100644
--- a/docs/index-test.md
+++ b/docs/index-test.md
@@ -120,7 +120,7 @@ end
 
 ### Small image
 
-![](https://assets-cdn.github.com/images/icons/emoji/octocat.png)
+![](../assets/images/search.svg)
 
 ### Large image
 
-- 
GitLab