Updated Branches: refs/heads/master 31cb98aa2 -> d51abe81e
CB-652 Update 'PhoneGap' reference to 'Apache Cordova' Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/d51abe81 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/d51abe81 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/d51abe81 Branch: refs/heads/master Commit: d51abe81e6645cdef64f360b7e9b2102ee35f707 Parents: 31cb98a Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Mon May 7 14:45:06 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Mon May 7 14:47:29 2012 -0700 ---------------------------------------------------------------------- README.md | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d51abe81/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 30ead41..741b8ac 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Apache Cordova API Documentation The JavaScript API documentation for [Apache Cordova](http://cordova.io/). -The documentation is available on [PhoneGap API Documentation website](http://docs.phonegap.com/). +The documentation is available at [docs.cordova.io](http://docs.cordova.io/). Documentation Format -------------------- @@ -16,10 +16,10 @@ File Structure docs/ docs/LANGUAGE docs/LANGUAGE/VERSION - docs/LANGUAGE/VERSION/phonegap/ - docs/LANGUAGE/VERSION/phonegap/PLUGIN/ - docs/LANGUAGE/VERSION/phonegap/PLUGIN/className.md - docs/LANGUAGE/VERSION/phonegap/PLUGIN/className.functionName.md + docs/LANGUAGE/VERSION/cordova/ + docs/LANGUAGE/VERSION/cordova/PluginName/ + docs/LANGUAGE/VERSION/cordova/PluginName/className.md + docs/LANGUAGE/VERSION/cordova/PluginName/className.functionName.md Contributing to the Documentation ---------------------------------