We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e171a5 commit 2d8f129Copy full SHA for 2d8f129
src/index.jsx
@@ -164,7 +164,7 @@ class App extends React.Component {
164
<div className={Style.headDiv} >
165
<button className={CommonStyle.btn + ' ' + Style.btn} onClick={this.doDiff} > 开始比较 </button>
166
<a href="javascript:void(0)" onClick={this.loadDemo} > 查看示例 </a>
167
- <a href="./readme.md" target="_blank" > 使用说明 </a>
+ <a href="https://github.com/codingfishman/image-diff/blob/master/help.md" target="_blank" > 使用说明 </a>
168
{this.getLoadingDiv()}
169
{this.getDiffPercentDiv()}
170
</div>
0 commit comments