From fba5d0b17739cfe0d39673c8bac471073d323124 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sun, 27 Apr 2014 14:20:36 -0400 Subject: [PATCH] Fix code links --- docs/cn/README.md | 2 +- docs/cn/running-tests.cn.md | 2 +- docs/en/running-tests.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cn/README.md b/docs/cn/README.md index 8a539414d..46dcfdac1 100644 --- a/docs/cn/README.md +++ b/docs/cn/README.md @@ -80,7 +80,7 @@ Appium最终开启了跨平台原生移动自动化的可能. 我们也对 JSON Wire Protocol for [automating mobile gestures](gestures.cn.md) 做了一些扩展以支持像 tap, flick, 和 swipe 这样的动作(松开,按压,滑动等手机手势) 你也可以在混合模式下自动化你的用HTML5构建的Web页面 [hybrid app guide](hybrid.cn.md) -这个代码地址包含了 [很多不同语言的测试例子](https://github.com/appium/appium/tree/master/sample-code/examples/node)! +这个代码地址包含了 [很多不同语言的测试例子](/sample-code/examples/node)! 想了解全部的Appium的文档页面,请访问 [这个目录](https://github.com/appium/appium/blob/master/docs/). diff --git a/docs/cn/running-tests.cn.md b/docs/cn/running-tests.cn.md index ad1cfaf56..68dbaa887 100644 --- a/docs/cn/running-tests.cn.md +++ b/docs/cn/running-tests.cn.md @@ -18,7 +18,7 @@ 目前最好的測試方式請參照測試範例: -[Node.js](https://github.com/appium/appium/tree/master/sample-code/examples/node) | [Python](https://github.com/appium/appium/tree/master/sample-code/examples/python) | [PHP](https://github.com/appium/appium/tree/master/sample-code/examples/php) | [Ruby](https://github.com/appium/appium/tree/master/sample-code/examples/ruby) | [Java](https://github.com/appium/appium/tree/master/sample-code/examples/java) +[Node.js](/sample-code/examples/node) | [Python](/sample-code/examples/python) | [PHP](/sample-code/examples/php) | [Ruby](/sample-code/examples/ruby) | [Java](/sample-code/examples/java) 基本上來說,首先先確定你啟動了Appium: diff --git a/docs/en/running-tests.md b/docs/en/running-tests.md index b9150f8ce..e99456275 100644 --- a/docs/en/running-tests.md +++ b/docs/en/running-tests.md @@ -23,7 +23,7 @@ want to zip it up, you can. The best way to see what to do currently is to look at the example tests: -[Node.js](https://github.com/appium/appium/tree/master/sample-code/examples/node) | [Python](https://github.com/appium/appium/tree/master/sample-code/examples/python) | [PHP](https://github.com/appium/appium/tree/master/sample-code/examples/php) | [Ruby](https://github.com/appium/appium/tree/master/sample-code/examples/ruby) | [Java](https://github.com/appium/appium/tree/master/sample-code/examples/java) +[Node.js](/sample-code/examples/node) | [Python](/sample-code/examples/python) | [PHP](/sample-code/examples/php) | [Ruby](/sample-code/examples/ruby) | [Java](/sample-code/examples/java) Basically, first make sure Appium is running: