Github user rakatyal commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/528#discussion_r54811018 --- Diff: www/docs/en/dev/guide/overview/index.md --- @@ -108,17 +106,15 @@ task, they each offer advantages: - __Cross-platform (CLI) workflow__: Use this workflow if you want your app to run on as many different mobile operating systems as possible, - with little need for platform-specific development. This workflow - centers around the `cordova` utility, otherwise known as the Cordova - _CLI_. The CLI is a high-level tool that allows you to build projects + with little need for platform-specific development. This workflow + centers around the `cordova` CLI. The CLI is a high-level tool that allows you to build projects for many platforms at once, abstracting away much of the functionality of lower-level shell scripts. The CLI copies a common set of web assets into subdirectories for each mobile platform, makes any necessary configuration changes for each, runs build scripts to generate application binaries. The CLI also provides a common interface to - apply plugins to your app. For more details on the CLI, see The - Command-Line Interface. Unless you have a need for the platform-centered - workflow, the cross-platform workflow is recommended. + apply plugins to your app. To get started follow the steps in the + [Create your first app tutorial](../cli/index.html). Unless you have a need for the platform-centered workflow, the cross-platform workflow is recommended. --- End diff -- Same. Remove 'tutorial' as part of the link.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org