From 58efd059d24217a56805b3749261c5fc3e4d550f Mon Sep 17 00:00:00 2001 From: vCaesar Date: Thu, 25 May 2017 22:36:51 +0800 Subject: [PATCH] Update README.md and issue_temp --- .github/issue_template.md | 2 +- README.md | 14 +++++++------- README_zh.md | 14 +++++++------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 3a45532..fdb2b7e 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -9,7 +9,7 @@ - Go version: - Gcc version: - Operating system and bit: -- Can you reproduce the bug at [Example](https://github.com/go-vgo/robotgo/blob/master/example/main.go): +- Can you reproduce the bug at [Examples](https://github.com/go-vgo/robotgo/blob/master/examples/main.go): - [ ] Yes (provide example code) - [ ] No - [ ] Not relevant diff --git a/README.md b/README.md index be7a01e..e748352 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ png.h: No such file or directory? Please see [issues/47](https://github.com/go-v go get -u github.com/go-vgo/robotgo ``` -## [Examples:](https://github.com/go-vgo/robotgo/blob/master/example/main.go) +## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples) -#### [Mouse](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45) +#### [Mouse](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L45) ```Go package main @@ -123,7 +123,7 @@ func main() { } ``` -#### [Keyboard](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22) +#### [Keyboard](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L22) ```Go package main @@ -142,7 +142,7 @@ func main() { } ``` -#### [Screen](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71) +#### [Screen](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L71) ```Go package main @@ -161,7 +161,7 @@ func main() { } ``` -#### [Bitmap](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90) +#### [Bitmap](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L90) ```Go package main @@ -183,7 +183,7 @@ func main() { } ``` -#### [Event](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124) +#### [Event](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L124) ```Go package main @@ -207,7 +207,7 @@ func main() { } ``` -#### [Window](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160) +#### [Window](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L160) ```Go package main diff --git a/README_zh.md b/README_zh.md index 1e35783..fa1d27b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -102,9 +102,9 @@ png.h: No such file or directory? Please see [issues/47](https://github.com/go-v go get -u github.com/go-vgo/robotgo ``` -## [Examples:](https://github.com/go-vgo/robotgo/blob/master/example/main.go) +## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples) -#### [鼠标](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L45) +#### [鼠标](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L45) ```Go package main @@ -120,7 +120,7 @@ func main() { } ``` -#### [键盘](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L22) +#### [键盘](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L22) ```Go package main @@ -139,7 +139,7 @@ func main() { } ``` -#### [屏幕](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L71) +#### [屏幕](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L71) ```Go package main @@ -158,7 +158,7 @@ func main() { } ``` -#### [位图](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L90) +#### [位图](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L90) ```Go package main @@ -180,7 +180,7 @@ func main() { } ``` -#### [事件](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L124) +#### [事件](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L124) ```Go package main @@ -203,7 +203,7 @@ func main() { } } ``` -#### [窗口句柄](https://github.com/go-vgo/robotgo/blob/master/example/main.go#L160) +#### [窗口句柄](https://github.com/go-vgo/robotgo/blob/master/examples/main.go#L160) ```Go package main