diff --git a/README.md b/README.md index 159fd1613..cc8b2dfea 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ We support a sub-set of the [Selenium WebDriver JSON Wire Protocol](https://gith You find elements by using a sub-set of WebDriver's element-finding strategies. See [finding elements](https://github.com/appium/appium/blob/master/docs/finding-elements.md) for detailed information. We also have several extensions to the JSON Wire Protocol for [automating -mobile gestures](https://github.com/appium/appium/wiki/Automating-mobile-gestures) +mobile gestures](https://github.com/appium/appium/blob/master/docs/gestures.md) like tap, flick, and swipe. You can also automate web views in hybrid apps! See the [hybrid app -guide](https://github.com/appium/appium/wiki/Testing-Hybrid-Apps) +guide](https://github.com/appium/appium/blob/master/docs/hybrid.md) We support Android and iOS platforms side-by-side: @@ -241,13 +241,13 @@ Contributing ------------ Fork the project, make a change, and send a pull request! -Oh and please have a look at our [Style Guide](https://github.com/appium/appium/wiki/Style-guide-for-contributors) before getting to work. +Oh and please have a look at our [Style Guide](https://github.com/appium/appium/blob/master/docs/style-guide.md) before getting to work. Project Credits & Inspiration ------------ The open source community has made this project possible, please add missing projects to the list. -[All the OSS code contributing to Appium](https://github.com/appium/appium/wiki/Credits) +[All the OSS code contributing to Appium](https://github.com/appium/appium/blob/master/docs/credits.md) Mailing List ----------- diff --git a/docs/credits.md b/docs/credits.md new file mode 100644 index 000000000..b2db949de --- /dev/null +++ b/docs/credits.md @@ -0,0 +1,13 @@ +Credits +======= + +### These are the projects that inspired us, or are depended upon to make Appium awesome. + +* [Apple UIAutomation](http://developer.apple.com/library/ios/#documentation/DeveloperTools/Reference/UIAutomationRef/_index.html) +* [GhostDriver](https://github.com/detro/ghostdriver) +* [IOS Auto](https://github.com/penguinho/applecart) +* [IOS Driver](https://github.com/freynaud/ios-driver) +* [Mechanic.js](https://github.com/jaykz52/mechanic) +* [node-webkit](https://github.com/rogerwang/node-webkit) +* [Remote Debug](https://github.com/leftlogic/remote-debug) +* [Selenium Project](http://code.google.com/p/selenium/)