Skip to content

Commit 2d8f129

Browse files
committed
更新使用说明的地址
1 parent 1e171a5 commit 2d8f129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class App extends React.Component {
164164
<div className={Style.headDiv} >
165165
<button className={CommonStyle.btn + ' ' + Style.btn} onClick={this.doDiff} > 开始比较 </button>
166166
<a href="javascript:void(0)" onClick={this.loadDemo} > 查看示例 </a>
167-
<a href="./readme.md" target="_blank" > 使用说明 </a>
167+
<a href="https://github.com/codingfishman/image-diff/blob/master/help.md" target="_blank" > 使用说明 </a>
168168
{this.getLoadingDiv()}
169169
{this.getDiffPercentDiv()}
170170
</div>

0 commit comments

Comments
 (0)