Skip to content

Commit 26a69a4

Browse files
committed
Update CONTRIBUTING.md
1 parent d15c964 commit 26a69a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/doc.md). <!--Sensitive security-related issues should be reported to [security@Robotgo.io](mailto:security@Robotgo.io.)-->
5+
This document explains how to contribute changes to the Robotgo project. It assumes you have followed the README.md and [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md). <!--Sensitive security-related issues should be reported to [security@Robotgo.io](mailto:security@Robotgo.io.)-->
66

77
## Bug reports
88

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func main() {
220220
```
221221

222222
##Future
223-
- Update Find an image on screen, read pixels from an image
223+
- 更新 Find an image on screen, read pixels from an image
224224
- 更新 Window Handle
225225
- 尝试支持 Android,也许支持 IOS
226226
- 移除 zlib/libpng 依赖

robotgo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import (
5252
)
5353

5454
const (
55-
version string = "v0.43.0.266,Matterhorn Alps!"
55+
version string = "v0.43.0.268,Matterhorn Alps!"
5656
)
5757

5858
// GetVersion get version

0 commit comments

Comments
 (0)