From 105bde535060b8f4f723859e66c6ad30d978fbb5 Mon Sep 17 00:00:00 2001 From: Yi Shen Date: Wed, 18 Sep 2019 14:37:53 +0800 Subject: [PATCH] doc: fix image link in contributing doc (#11270) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee994d181..53c2552ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,7 +101,7 @@ node build/build.js Then, open the test cases under `~/workspace/echarts/test` in Web browser. You can add breakpoints under `src` directory. For example, in Chrome Inspect, it looks like: -![Chrome inspect](../asset/contributing-inspect.png) +![Chrome inspect](./asset/contributing-inspect.png) ### 4. Run test -- GitLab